argon2-pass
Advanced tools
Changelog
0.1.0 - 2018-09-06
SecurePassOptionsError
that is thrown if an error occurs during options validation.hashPassword()
function, the function takes a password in as a buffer and provides the hashed output. The function can work with any of the following return methods; async/await, promise or callback.VerificationResult
enumeration to serve as the response to the hash verification function.verifyHash()
function, the function takes a password and a hash as buffers and provides a VerificationResult
as an output. The function can work with any of the following return methods; async/await, promise or callback.