{"id":51509495,"url":"https://github.com/murphsicles/argon2","last_synced_at":"2026-07-08T04:30:56.551Z","repository":{"id":362042157,"uuid":"1257001929","full_name":"murphsicles/argon2","owner":"murphsicles","description":"Memory-hard password hashing for Zeta","archived":false,"fork":false,"pushed_at":"2026-06-02T09:47:08.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T11:18:52.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/murphsicles.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-02T09:19:16.000Z","updated_at":"2026-06-02T09:47:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/murphsicles/argon2","commit_stats":null,"previous_names":["murphsicles/argon2"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/murphsicles/argon2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fargon2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fargon2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fargon2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fargon2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murphsicles","download_url":"https://codeload.github.com/murphsicles/argon2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fargon2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35252324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"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":[],"created_at":"2026-07-08T04:30:56.057Z","updated_at":"2026-07-08T04:30:56.536Z","avatar_url":"https://github.com/murphsicles.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ @crypto/argon2 — Memory-Hard Password Hashing for Zeta\n\n**Port of the Rust `argon2` crate (v0.5.x). Argon2id per RFC 9106.\nPure Zeta. Memory-hard. Side-channel resistant.**\n\n---\n\n## 📦 Package\n\n```\nzorbs add @crypto/argon2\n```\n\n## 🔧 API\n\n### Hash Password (raw bytes)\n\n```zeta\nlet hash = hash_password(password, salt);\n// 32-byte derived key (recommended params: 64MB, 3 passes, 4 lanes)\n```\n\n### Custom Parameters\n\n```zeta\nlet params = Argon2Params::low_mem();  // 4MB, 2 passes\nlet hash = argon2id(password, salt, \u0026params, 32);\n```\n\n### Encoded Hash (PHC String Format)\n\n```zeta\nlet encoded = hash_encoded(password, salt, \u0026params);\n// $argon2id$v=19$m=65536,t=3,p=4$\u003csalt_b64\u003e$\u003chash_b64\u003e\n```\n\n### Available Parameter Presets\n\n| Preset | Memory | Time | Parallelism | Use Case |\n|---|---|---|---|---|\n| `recommended()` | 64 MB | 3 | 4 | Server-side (RFC 9106) |\n| `minimum()` | 19 MB | 1 | 1 | Minimum secure |\n| `low_mem()` | 4 MB | 2 | 1 | Embedded / resource-constrained |\n\n## 📄 License\n\nMIT OR Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fargon2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurphsicles%2Fargon2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fargon2/lists"}