Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 232 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 232 Bytes

PASSWORD HASH Tool

This simple tool is useful to get a hashed password with the PHP function password_hash(myPwd, PASSWORD_DEFAULT). By default, all spaces are remove with trim() function.

Run it with a PHP server and enjoy!