node-argon2
node-argon2 copied to clipboard
Adding pepper
How can we add pepper? The binaries apparently don't support it. Can we implement a pre-argon pepper hashing or will it be simply useless without the core support?
You can use secret, pass a Buffer and it will be included in the password hash. That feature is missing from the docs, but you can see the implementation in #241
I was wondering about secret missing in the docs. Shall we add it?
Hey,hope you're doing well. It's been a while since I opened this. Should it stay open?
I don't think so, it has been added to the wiki