crypt-my-pass
v1.0.1
Published
instant hash in command line with bcrypt
Downloads
5
Readme
crypt-my-pass
Crypt-my-pass is a small command line tool that allows you to get a bcrypt generated hash of a passphrase.
To use it, just type "cryptmypass" followed by your passphrase (e.g: cryptmypass yourPassPhrase). For an easier use you can install it in general with the command npm i -g crypt-my-pass.
enjoy!
