{"id":29375773,"url":"https://github.com/aenglisc/hkdf_erlang","last_synced_at":"2025-08-17T10:03:50.014Z","repository":{"id":57505072,"uuid":"271672374","full_name":"aenglisc/hkdf_erlang","owner":"aenglisc","description":"An implementation of HKDF in Erlang.","archived":false,"fork":false,"pushed_at":"2023-04-30T10:59:45.000Z","size":47,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T03:56:32.793Z","etag":null,"topics":["erlang","hkdf","rfc5869"],"latest_commit_sha":null,"homepage":"https://tools.ietf.org/html/rfc5869","language":"Erlang","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/aenglisc.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}},"created_at":"2020-06-12T00:22:07.000Z","updated_at":"2023-04-30T10:53:34.000Z","dependencies_parsed_at":"2025-07-10T00:30:47.667Z","dependency_job_id":"0a8b5123-32e3-4673-a3bb-6d984c2e9935","html_url":"https://github.com/aenglisc/hkdf_erlang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aenglisc/hkdf_erlang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenglisc%2Fhkdf_erlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenglisc%2Fhkdf_erlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenglisc%2Fhkdf_erlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenglisc%2Fhkdf_erlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aenglisc","download_url":"https://codeload.github.com/aenglisc/hkdf_erlang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenglisc%2Fhkdf_erlang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270756300,"owners_count":24639861,"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-16T02:00:11.002Z","response_time":91,"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":["erlang","hkdf","rfc5869"],"created_at":"2025-07-09T21:01:25.925Z","updated_at":"2025-08-17T10:03:49.909Z","avatar_url":"https://github.com/aenglisc.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"HKDF\n=====\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/aenglisc/hkdf_erlang/ci.yml?style=for-the-badge)\n![Erlang](https://img.shields.io/badge/erlang-ANY-blue.svg?style=for-the-badge)\n[![Hex.pm](https://img.shields.io/hexpm/v/hkdf_erlang.svg?style=for-the-badge)](https://hex.pm/packages/hkdf_erlang)\n\nAn implementation of [HKDF](https://tools.ietf.org/html/rfc5869) in Erlang.\n\nUsage\n-----\n\n#### derive key\n```erlang\nOKM = hkdf:derive(sha384, \u003c\u003c\"Never gonna give you up\"\u003e\u003e, 42).\n```\n\n#### extract key\n```erlang\nPRK = hkdf:extract(sha384, \u003c\u003c\"Never gonna give you up\"\u003e\u003e).\n```\n\n#### expand key\n```erlang\nPRK = hkdf:extract(sha384, \u003c\u003c\"Never gonna give you up\"\u003e\u003e).\nOKM = hkdf:expand(sha384, PRK, 42).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faenglisc%2Fhkdf_erlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faenglisc%2Fhkdf_erlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faenglisc%2Fhkdf_erlang/lists"}