How-to articles, tricks, and solutions about PASSWORD

How to Generate One-Time Password in PHP

On this page, we cover a common issue that almost all the developers come across: generating one time password with PHP that can be reliable and helpful.

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.