{"id":17676164,"url":"https://github.com/fa7ad/ergo-argon2","last_synced_at":"2025-08-04T08:38:44.826Z","repository":{"id":153022021,"uuid":"627806225","full_name":"fa7ad/ergo-argon2","owner":"fa7ad","description":"Simple wrapper around the standard implementation of argon2id to make hashing and verifying passwords easier","archived":false,"fork":false,"pushed_at":"2023-04-23T12:48:24.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T17:28:14.226Z","etag":null,"topics":["argon2","argon2id","crypto","go","golang","hashing"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/fa7ad/ergo-argon2","language":"Go","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/fa7ad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2023-04-14T08:38:20.000Z","updated_at":"2023-04-19T19:54:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f84e45e-94b4-4dd9-909f-42efad59c81b","html_url":"https://github.com/fa7ad/ergo-argon2","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fa7ad/ergo-argon2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fergo-argon2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fergo-argon2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fergo-argon2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fergo-argon2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fa7ad","download_url":"https://codeload.github.com/fa7ad/ergo-argon2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fergo-argon2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268671954,"owners_count":24288241,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["argon2","argon2id","crypto","go","golang","hashing"],"created_at":"2024-10-24T07:24:36.220Z","updated_at":"2025-08-04T08:38:44.773Z","avatar_url":"https://github.com/fa7ad.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ergo-argon2\n[![CodeQL](https://github.com/fa7ad/ergo-argon2/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/fa7ad/ergo-argon2/actions/workflows/github-code-scanning/codeql)\n\nSimple wrapper around the standard implementation of [*Argon2id*](https://github.com/P-H-C/phc-winner-argon2) to make hashing and verifying passwords easier.\n\n## Motivation\nAccording to OWASP, IETF, et al. Argon2 is currently (2023-04-14) the recommended way to hash and store passwords \u003csup\u003e\\[[1][1] [2][2]\\]\u003c/sup\u003e.\nThere is a standard implementation of Argon2 in the [crypto package](https://pkg.go.dev/golang.org/x/crypto/argon2#hdr-Argon2id).\nBut the functions exported from that package are (in my opinion) too low level for general usage, the `bcrypt` implementation in the same package has a much better interface.\n\nThis package aims to act as a simpler interface for using Argon2.\n\n\n[1]: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html\n[2]: https://www.ietf.org/archive/id/draft-ietf-kitten-password-storage-07.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffa7ad%2Fergo-argon2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffa7ad%2Fergo-argon2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffa7ad%2Fergo-argon2/lists"}