Flowdock
method

pbkdf2_hmac_sha1

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: PKCS5
pbkdf2_hmac_sha1(pass, salt, iter, keylen) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/openssl/lib/openssl/pkcs5.rb, line 18
    def pbkdf2_hmac_sha1(pass, salt, iter, keylen)
      pbkdf2_hmac(pass, salt, iter, keylen, "sha1")
    end
Register or log in to add new notes.