Konscious.Security.Cryptography.Argon2
An implementation of Argon2 https://github.com/P-H-C/phc-winner-argon2
Create an Argon2 for encrypting the given password
Implementation of Reset
Implementation of GetBytes
Implementation of GetBytes
The password hashing salt
An optional secret to use while hashing the Password
Any extra associated data to use while hashing the password
The number of iterations to apply to the password hash
The number of 1kB memory blocks to use while proessing the hash
The number of lanes to use while processing the hash
An implementation of Argon2 https://github.com/P-H-C/phc-winner-argon2
Create an Argon2 for encrypting the given password using Argon2d
The implementation of Argon2d for use in the crypto library
An implementation of Argon2 https://github.com/P-H-C/phc-winner-argon2
Create an Argon2 for encrypting the given password using Argon2i
The implementation of Argon2i for use in the crypto library
An implementation of Argon2 https://github.com/P-H-C/phc-winner-argon2
Create an Argon2 for encrypting the given password using Argon2id
The implementation of Argon2d for use in the crypto library