Interface BasicKeyGenerator

All Known Subinterfaces:
SecretBasedKeyGenerator, SymmetricKeyGenerator
All Known Implementing Classes:
AESKeyGenerator, Argon2KeyGenerator, ChaCha20KeyGenerator, PBKDF2KeyGenerator

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