Class Scrypt

java.lang.Object
org.bouncycastle.crypto.fips.Scrypt

public final class Scrypt extends Object
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