Registry / crypto / unix-crypt

unix-crypt

JSON →
library1.3.2rbrubygemsunverified

Performs the UNIX crypt(3) algorithm supporting DES, MD5, SHA256, and SHA512 password hashes.

gem install unix-crypt
INSTALL
IMPORT
SIG · UNIX-CRYPT
U
unix-crypt
cryptorubyv1.3.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.

UnixCrypt
✓ require 'unix-crypt'

Generate a SHA-512 crypt hash for a password.

require 'unix-crypt' password = 'mypassword' salt = '$6$somesalt$' hash = UnixCrypt::SHA512.build(password, salt) puts hash
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Resources
unix-crypt — gem install unix-crypt · libregistry