module

OpenSSL::PKCS5

Class methods

pbkdf2_hmac(secret, salt, iterations = 2 ** 16, algorithm : OpenSSL::Algorithm = OpenSSL::Algorithm::SHA1, key_size = 64) : Bytes
Source
pbkdf2_hmac_sha1(secret, salt, iterations = 2 ** 16, key_size = 64) : Bytes
Source