Package org.bouncycastle.crypto.fips
Class Scrypt
java.lang.Object
org.bouncycastle.crypto.fips.Scrypt
Source class for scrypt utility KDF, an augmentation of the PBKDF2 PBE algorithm which incorporates a memory-hard component.
Scrypt was created by Colin Percival and is specified in RFC 7914 - The scrypt Password-Based Key Derivation Function
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFactory for scrypt KDFs.static final classParameters for the scrypt key derivation function.static final classParameters builder for the scrypt key derivation function. -
Field Summary
Fields -
Method Summary
-
Field Details
-
ALGORITHM
-