{"id":22981021,"url":"https://github.com/rubyworks/crypt3","last_synced_at":"2025-08-13T17:33:41.712Z","repository":{"id":664685,"uuid":"307763","full_name":"rubyworks/crypt3","owner":"rubyworks","description":"Unix Crypt 3 in Ruby","archived":false,"fork":false,"pushed_at":"2013-11-21T20:18:19.000Z","size":599,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T09:14:07.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rubyworks.github.com/crypt3","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyworks.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-09-15T13:48:12.000Z","updated_at":"2020-05-21T19:37:23.000Z","dependencies_parsed_at":"2022-08-16T10:35:25.084Z","dependency_job_id":null,"html_url":"https://github.com/rubyworks/crypt3","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fcrypt3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fcrypt3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fcrypt3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fcrypt3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyworks","download_url":"https://codeload.github.com/rubyworks/crypt3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229773540,"owners_count":18122031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T01:46:44.973Z","updated_at":"2024-12-15T01:46:45.439Z","avatar_url":"https://github.com/rubyworks.png","language":"Ruby","readme":"# Crypt3\n\n[Website](http://rubyworks.github.com/crypt3) \u0026middot;\n[Report Issue](http://github.com/rubyworks/crypt3/issues) \u0026middot;\n[Source Code](http://github.com/rubyworks/crypt3) \u0026nbsp; \u0026nbsp; \u0026nbsp;\n[![Gem Version](https://badge.fury.io/rb/crypt3.png)](http://badge.fury.io/rb/crypt3) \n[![Build Status](https://secure.travis-ci.org/rubyworks/crypt3.png)](http://travis-ci.org/rubyworks/crypt3)\n\n\n## [About](#about)\n\nCrypt3 is a pure Ruby version of crypt(3) --a salted one-way\nhashing of a password.\n\nSupported hashing algorithms are: md5, sha1, sha256, sha384,\nsha512, rmd160. Only the md5 hashing algorithm is standard\nand compatible with crypt(3); the others are non-standard.\n\n\n## [Features](#features)\n\n* Standard compliant crypt(3) implementation\n* Supports alternate hashing algorithms\n* Written in Ruby (but depends on Ruby's standard digest libraries)\n\n\n## [Installing](#installing)\n\nTo install with RubyGems simply open a console and type:\n\n    gem install crypt3\n\nSite installation requires Setup.rb (gem install setup),\nthen download the tarball package and type:\n\n    tar -xvzf crypt3-1.0.0.tar.gz\n    cd crypt3-1.0.0\n    sudo setup.rb all\n\nWindows users use 'ruby setup.rb all'.\n\n\n## [Basic Usage](#usage)\n\nCrypt3 provides a module method call `crypt`.\n\n    Crypt3.crypt('pass')\n\nIt will return an encypted string, something like:\n\n    '$1$YeNsbWdH$wvOF8JdqsoiLix754LTW90'\n\nThe validitly of which can ensured it using `check`:\n\n    Crypt3.check('pass', '$1$YeNsbWdH$wvOF8JdqsoiLix754LTW90')\n\nSee the [API Documentation](http://rubydoc.info/gems/crypt3/frames) for further\ndetails and options.\n\n\n## [Copyrights](#copyright)\n\nCopyright \u0026copy; 2009 Poul-Henning Kamp\n\nThis program is ditributed under the terms of the [BSD-2-Clause](http://opensource.org/licenses/BSD-2-Clause)\nlicense.\n\nSee LICENSE.txt for full text.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Fcrypt3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyworks%2Fcrypt3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Fcrypt3/lists"}