Class Argon2KeyGenerator

java.lang.Object
net.overburn.redfort.keygen.Argon2KeyGenerator
All Implemented Interfaces:
BasicKeyGenerator, SecretBasedKeyGenerator

public class Argon2KeyGenerator extends Object implements SecretBasedKeyGenerator
Derives a suitable key from a secret/password, salt, extra secret for keyed hashing. Additional info can be used to tag. Implements SecretBasedKeyGenerator WARNING: Stick to Argon2KeyGenerator and avoid modifying/implementing this or any implementations without understanding the ramifications. For more info see:
See Also: