How-to articles, tricks, and solutions about BCRYPT
How to Use bcrypt to Hash Passwords in PHP
There is a password hashing technique, used for building the security of passwords. It is called bcrypt. Here, you will learn how to use it in PHP.