Bcrypt online
As of today, bcrypt is the standard hash mechanism most of the industry uses to securely handle password. This is the algorithm we use in Filestash and we made this tool to make sure our users have a way to generate such hash without getting through some other third party website we wouldn’t trust ourselve.
This online tool is powered by the npm version of bcrypt and the information you are entering here doesn’t touch any of our servers.
Bcrypt Hash Generator
Pro Tip: If you need to store your bcrypt hash in an environment variable, you need to escape the $
sign with a blackslash. Also in Filestash you can enforce your admin password via the ADMIN_CONSOLE
environment variable with the value being the bcrypt hash
Bcrypt Hash Verifier
Does your bcrypt hash match a specific password? Let’s find out: