{"id":16889627,"url":"https://github.com/benoitc/erlang-pbkdf2-nif","last_synced_at":"2026-03-27T03:42:15.600Z","repository":{"id":62430281,"uuid":"54499365","full_name":"benoitc/erlang-pbkdf2-nif","owner":"benoitc","description":"PBKDF2 NIF implementation","archived":false,"fork":false,"pushed_at":"2016-06-20T14:01:19.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T00:44:42.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benoitc.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}},"created_at":"2016-03-22T18:30:32.000Z","updated_at":"2020-01-21T11:08:58.000Z","dependencies_parsed_at":"2022-11-01T20:17:47.892Z","dependency_job_id":null,"html_url":"https://github.com/benoitc/erlang-pbkdf2-nif","commit_stats":null,"previous_names":["barrel-db/erlang-pbkdf2-nif"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/benoitc/erlang-pbkdf2-nif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Ferlang-pbkdf2-nif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Ferlang-pbkdf2-nif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Ferlang-pbkdf2-nif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Ferlang-pbkdf2-nif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benoitc","download_url":"https://codeload.github.com/benoitc/erlang-pbkdf2-nif/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Ferlang-pbkdf2-nif/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27672150,"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-12-11T02:00:11.302Z","response_time":56,"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":"2024-10-13T16:58:02.056Z","updated_at":"2025-12-11T23:36:05.961Z","avatar_url":"https://github.com/benoitc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"pbkdf2_nif\n==========\n\nA [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) implementation for [Erlang](http://www.erlang.org/) applications provided as a nif.\n\nThis implementation is using an HMAC_SHA1 algorithm. It's based on source code from the [OpenBSD](https://openbsd.org) project.\n\nFor a pure Erlang implementation you can use [erlang-pbkdf2](https://github.com/basho/erlang-pbkdf2).\n\nUsage\n-----\n\n```erlang\n1\u003e Password = \u003c\u003c\"password\"\u003e\u003e,\n1\u003e Salt = \u003c\u003c\"ATHENA.MIT.EDUraeburn\"\u003e\u003e,\n1\u003e NbRounds = 1200,\n1\u003e pbkdf2:pbkdf2(Password, Salt, NbRounds).\n\u003c\u003c92,8,235,97,253,247,30,78,78,195,207,107,161,245,81,43,\n  167,229,45,219\u003e\u003e\n```\n\n\nBuild\n-----\n\n    $ rebar3 compile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitc%2Ferlang-pbkdf2-nif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenoitc%2Ferlang-pbkdf2-nif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitc%2Ferlang-pbkdf2-nif/lists"}