Methods
compute
Parameters
Static create
- create(cfg?: { hasher?: HasherStatic; iterations: number; keySize: number }): cryptojs.algo.EvpKDF
Parameters
Optional cfg: { hasher?: HasherStatic; iterations: number; keySize: number }
Optional hasher?: HasherStatic
iterations: number
keySize: number
This key derivation function is meant to conform with EVP_BytesToKey. www.openssl.org/docs/crypto/EVP_BytesToKey.html