Top "Bcrypt" questions

bcrypt is an implementation of the Blowfish cipher and a computationally-expensive hash function mostly used for password hashing.

cannot load such file -- 1.9/bcrypt_ext (LoadError)

Hey I get the following Error when i try to start the rails server Any ideas? At the moment no …

ruby-on-rails ruby activerecord devise bcrypt
Using jBCrypt to salt passwords in Android App causes a long hang

I am using the jBCrypt Library to hash user passwords when they register using my app. I am using the …

java android passwords bcrypt jbcrypt
Cannot install bcrypt node.js module on Centos Server

I'm trying to install bcrypt on CentOS server but I got the following error: info postuninstall [email protected] ERR! [email protected] install: `…

node.js centos npm bcrypt
Where 2x prefix are used in BCrypt?

The question is the same title, Where $2x$ is used in BCrypt? The following scenario is right? We have a …

php bcrypt crypt
How to hash password in play framework (maybe with BCrypt)

I'm a bit new to play framework and password hashing. I tried to find some solutions for hashing my passwords …

playframework playframework-2.1 bcrypt password-encryption
What's the advantage of scrypt over bcrypt?

I'm looking at ways to securely store passwords. Some people claim that scrypt is "better" than bcrypt, and so far …

security bcrypt
no such file to load -- bcrypt_ext (via devise)

I'm using database authentication in devise(current gem) on rails 3 and I get the following error when trying to log …

ruby-on-rails devise bundler bcrypt
How to "npm install" bcrypt on Windows 7

I've installed node.js v6.9.1 together with npm version 4.1.2 and I've already used this combination for some projects Now I …

node.js windows bcrypt
Comparing BCrypt hash between PHP and NodeJS

For an app I'm working on, nodejs needs to verify hashes created by PHP and vice-versa. The problem is, the …

php node.js bcrypt
simple bcrypt library for C

I'm looking for a simple to use cross-platform bcrypt library for C. I've searched around a couple places but nothing …

bcrypt