Method: OpenSSL::PKCS5.pbkdf2_hmac_sha1
- Defined in:
- lib/openssl/pkcs5.rb
.pbkdf2_hmac_sha1(pass, salt, iter, keylen) ⇒ Object
18 19 20 |
# File 'lib/openssl/pkcs5.rb', line 18 def pbkdf2_hmac_sha1(pass, salt, iter, keylen) pbkdf2_hmac(pass, salt, iter, keylen, "sha1") end |