Y
Hacker News
new
|
ask
|
show
|
jobs
by
toast0
697 days ago
Many of the popular password hashes include metadata in the default output already. bcrypt certainly does.
1 comments
asyx
697 days ago
Argon2 as well. Most libraries give you a string that contains all the parameters it needs for hashing.
link