{"id":80128,"library":"unix-crypt","title":"Unix Crypt","description":"Performs the UNIX crypt(3) algorithm supporting DES, MD5, SHA256, and SHA512 password hashes.","status":"active","version":"1.3.2","language":"ruby","source_language":null,"source_url":"https://github.com/mogest/unix-crypt","tags":["crypt","password","hash","security","unix"],"install":[{"cmd":"gem install unix-crypt","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'unix-crypt', '~> 1.3.2'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"UnixCrypt","correct":"require 'unix-crypt'"}],"quickstart":{"code":"require 'unix-crypt'\npassword = 'mypassword'\nsalt = '$6$somesalt$'\nhash = UnixCrypt::SHA512.build(password, salt)\nputs hash","lang":"ruby","description":"Generate a SHA-512 crypt hash for a password."},"warnings":[],"env_vars":null,"search_vec":"'3':7 'algorithm':8 'crypt':2,6,17 'des':10 'hash':16,19 'md5':11 'password':15,18 'perform':3 'secur':20 'sha256':12 'sha512':14 'support':9 'unix':1,5,21","created_at":"2026-06-18T05:14:10.945415+00:00","updated_at":"2026-06-18T05:14:10.945415+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mogest/unix-crypt","github":"https://github.com/mogest/unix-crypt","docs":"http://www.rubydoc.info/gems/unix-crypt/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}