Registry / crypto / pbkdf2-ruby

pbkdf2-ruby

JSON →
library0.2.1rbrubygemsunverified

A Ruby implementation of the PBKDF2 key derivation function conforming to RFC 2898, defaulting to HMAC-SHA-256.

gem install pbkdf2-ruby
INSTALL
IMPORT
SIG · PBKDF2-RUBY
P
pbkdf2-ruby
cryptorubyv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PBKDF2
require 'pbkdf2'

Derive a key from a password

require 'pbkdf2' hash = PBKDF2.new(password: 'secret', salt: 'salt', iterations: 1000).value
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
pbkdf2-ruby — gem install pbkdf2-ruby · libregistry