{"id":15364643,"url":"https://github.com/venables/has_secure_password_argon2","last_synced_at":"2025-04-15T07:31:06.122Z","repository":{"id":53986236,"uuid":"197998168","full_name":"venables/has_secure_password_argon2","owner":"venables","description":"🔒Drop-in replacement for has_secure_password that uses argon2","archived":false,"fork":false,"pushed_at":"2024-05-09T16:20:58.000Z","size":27,"stargazers_count":3,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T18:21:17.475Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/venables.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-21T01:21:22.000Z","updated_at":"2024-05-09T16:21:00.000Z","dependencies_parsed_at":"2024-10-16T07:00:34.269Z","dependency_job_id":null,"html_url":"https://github.com/venables/has_secure_password_argon2","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.25,"last_synced_commit":"b489c9c454f70aae9eb92bcad62983d3d1a2463d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fhas_secure_password_argon2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fhas_secure_password_argon2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fhas_secure_password_argon2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fhas_secure_password_argon2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venables","download_url":"https://codeload.github.com/venables/has_secure_password_argon2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248844003,"owners_count":21170500,"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-10-01T13:12:54.827Z","updated_at":"2025-04-15T07:31:05.814Z","avatar_url":"https://github.com/venables.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# has_secure_password_argon2\n\n[![Build Status](https://travis-ci.org/venables/has_secure_password_argon2.svg?branch=master)](https://travis-ci.org/venables/has_secure_password_argon2)\n[![Coverage Status](https://coveralls.io/repos/github/venables/has_secure_password_argon2/badge.svg?branch=master)](https://coveralls.io/github/venables/has_secure_password_argon2?branch=master)\n\nDrop-in replacement for Ruby on Rails' `has_secure_password`, but this one uses [argon2](https://en.wikipedia.org/wiki/Argon2) to hash the password.\n\n**No code changes necessary.**  Just add this gem to your project and your users will be using `argon2`\n\n## Installation\n\nAdd it to your bundle:\n\n```sh\nbundle add has_secure_password_argon2\n```\n\nOr add this line to your application's Gemfile:\n\n```ruby\ngem 'has_secure_password_argon2'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install has_secure_password_argon2\n\n## Usage\n\nJust add this gem to your Gemfile and `has_secure_password` will start to use `argon2` for password hashing.\n\nIf you already have users authenticating with Rails' version of `has_secure_password`, this gem will automatically upgrade users to `argon2` during their next login.  In this case, please leave `bcrypt` installed to support he upgrade process.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/venables/has_secure_password_argon2. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/has_secure_password_argon2/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenables%2Fhas_secure_password_argon2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvenables%2Fhas_secure_password_argon2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenables%2Fhas_secure_password_argon2/lists"}