Class PBKDF2KeyGenerator

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

public class PBKDF2KeyGenerator 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. Use this where mandated by law/guidelines. WARNING: Stick to Argon2KeyGenerator and avoid modifying/implementing this or any implementations without understanding the ramifications. For more info look:
See Also: