: 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
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.
More posts by @Murray432
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.