{"id":15470457,"url":"https://github.com/massivefermion/erl_argon2","last_synced_at":"2026-04-13T21:04:24.288Z","repository":{"id":57478968,"uuid":"465302911","full_name":"massivefermion/erl_argon2","owner":"massivefermion","description":"nifs for hashing and verifying passwords using argon2","archived":false,"fork":false,"pushed_at":"2024-03-23T10:35:45.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-24T11:11:13.232Z","etag":null,"topics":["argon2","argon2i","argon2id","crypto","cryptography","elixir","erlang","hash","hashing","nif","password","password-hash","password-hashing","rust"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/argon2","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/massivefermion.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":"2022-03-02T12:47:32.000Z","updated_at":"2023-04-24T20:05:08.000Z","dependencies_parsed_at":"2024-03-23T12:09:14.222Z","dependency_job_id":"e8be4d21-4bf6-42e0-a7f7-70fb1bf8b4bb","html_url":"https://github.com/massivefermion/erl_argon2","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"8598976b21d3ca9236cc698703e190d78d6f56f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Ferl_argon2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Ferl_argon2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Ferl_argon2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Ferl_argon2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massivefermion","download_url":"https://codeload.github.com/massivefermion/erl_argon2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034077,"owners_count":20712851,"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":["argon2","argon2i","argon2id","crypto","cryptography","elixir","erlang","hash","hashing","nif","password","password-hash","password-hashing","rust"],"created_at":"2024-10-02T02:04:46.429Z","updated_at":"2026-04-13T21:04:24.261Z","avatar_url":"https://github.com/massivefermion.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# argon2\n\nnifs for hashing and verifying passwords using argon2\n\n## Build\n\n    $ rebar3 compile\n\n## Usage\n\n```erlang\n{ok, Hash} = argon2:hash(\u003c\u003c\"password\"\u003e\u003e).\n{ok, Matched} = argon2:verify(\u003c\u003c\"password\"\u003e\u003e, Hash).\n\n\n{ok, Hash} = argon2:hash(\u003c\u003c\"password\"\u003e\u003e, argon2d).\n{ok, Matched} = argon2:verify(\u003c\u003c\"password\"\u003e\u003e, Hash).\n\n\n{ok, Hash} = argon2:hash_with_secret(\u003c\u003c\"password\"\u003e\u003e, \u003c\u003c\"secret\"\u003e\u003e).\n{ok, Matched} = argon2:verify_with_secret(\u003c\u003c\"password\"\u003e\u003e, Hash, \u003c\u003c\"secret\"\u003e\u003e).\n\n\n{ok, Hash} = argon2:hash_with_secret(\u003c\u003c\"password\"\u003e\u003e, argon2i, \u003c\u003c\"secret\"\u003e\u003e).\n{ok, Matched} = argon2:verify_with_secret(\u003c\u003c\"password\"\u003e\u003e, Hash, \u003c\u003c\"secret\"\u003e\u003e).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassivefermion%2Ferl_argon2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassivefermion%2Ferl_argon2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassivefermion%2Ferl_argon2/lists"}