Registry / crypto / phpass-ruby

phpass-ruby

JSON →
library0.1.2rbrubygemsunverified

Ruby implementation of the phpass password hashing framework.

gem install phpass-ruby
INSTALL
IMPORT
SIG · PHPASS-RUBY
P
phpass-ruby
cryptorubyv0.1.2
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.

PHPass
require 'phpass-ruby'

Hash and verify a password

require 'phpass-ruby' hasher = PHPass::Password.new hash = hasher.hash('my_password') hasher.check?('my_password', hash) # => true
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
phpass-ruby — gem install phpass-ruby · libregistry