method
    
    pbkdf2_hmac
 
  
      v2_2_9 - 
      Show latest stable
 - 
    0 notes - 
    Class: PKCS5
    
  
  
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180 (0)
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (4)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5
- 2_6_3
- What's this?
pbkdf2_hmac(p1, p2, p3, p4, p5)
  public
  Parameters
- 
pass - string 
- 
salt - string - should be at least 8 bytes long. 
- 
iter - integer - should be greater than 1000. 20000 is better. 
- 
keylen - integer 
- 
digest - a string or OpenSSL::Digest object. 
Available in OpenSSL 0.9.4.
Digests other than SHA1 may not be supported by other cryptography libraries.

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   = private
 = private = protected
 = protected
  