ocamlot
ocamlot copied to clipboard
Separate salts per password
As pointed out to me by @hannesm, each password should have a randomly generated salt rather than hardcoding a single salt for the entire instance.
I intend to use https://opam.ocaml.org/packages/safepass/