~/
tool-stack
_
|
Security
Encoding
Generators
more
[ light ]
~/tool-stack
/
bcrypt
// Hash and verify passwords with bcrypt
hash
verify
// password
// cost factor (rounds)
10
8
10
12
14
// higher rounds = slower hash = more secure
[ hash ]