Mobile app version of vmapp.org
Login or Join
Murray432

: Don't be afraid to use bcrypt! It is not for high security sites only, and using it can be as easy, as using an md5 hash. It won't make your application more complicated to have a random

@Murray432

Don't be afraid to use bcrypt! It is not for high security sites only, and using it can be as easy, as using an md5 hash. It won't make your application more complicated to have a random salt per password, it can be stored in the same database field as the hash value.

Since version 3.5 PHP you can use the crypt() function to generate a bcrypt hash. In the article Generating password hashes with bcrypt i tried to explain the important points, one should understand about bcrypt.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray432

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme