Password hashing and validation using OpenSSL::PKCS5::pbkdf2_hmac for the hash and SecureRandom.base64 for the salt. Digest defaults to SHA1, but can be set to any digest (eg SHA256) supported by your systems OpenSSL lib.
Required Ruby Version
None
Authors
Ben Tuttle
Versions
- 0.3.0 August 08, 2013 (6 KB)
- 0.2.2 August 06, 2013 (4.5 KB)
- 0.2.0 July 24, 2013 (4.5 KB)
- 0.1.2 July 24, 2013 (4 KB)
- 0.1.1 July 24, 2013 (4 KB)