Skip to content

aaviator42/hashgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

hashgen

PHP script to generate password hashes

Use this to generate PHP password_hash() BCRYPT hashes that can be hardcoded into tiny scripts. This is a simple login script that uses hardcoded hashes generated by this script, for example.

Try it out: an instance of this script is hosted here. Passwords and hashes are not stored, but you as a rule you shouldn't trust strangers on the internet and should probably run stuff that deals with passwords and secrets on machines controlled by you.

About

PHP script to generate password hashes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages