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 class
Factory for scrypt KDFs.static final class
Parameters for the scrypt key derivation function.static final class
Parameters builder for the scrypt key derivation function. -
Field Summary
Fields -
Method Summary
-
Field Details
-
ALGORITHM
-