{"id":13740607,"url":"https://github.com/lpil/beecrypt","last_synced_at":"2026-01-03T11:10:56.026Z","repository":{"id":164048718,"uuid":"639526630","full_name":"lpil/beecrypt","owner":"lpil","description":"🐝 Buzzing Gleam bindings to the Erlang bcrypt hashing library","archived":false,"fork":false,"pushed_at":"2024-01-16T13:52:18.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T23:04:46.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-05-11T16:26:55.000Z","updated_at":"2024-04-30T10:59:56.000Z","dependencies_parsed_at":"2024-04-22T12:11:43.716Z","dependency_job_id":null,"html_url":"https://github.com/lpil/beecrypt","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fbeecrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fbeecrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fbeecrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fbeecrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/beecrypt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754093,"owners_count":20342542,"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":[],"created_at":"2024-08-03T04:00:50.481Z","updated_at":"2026-01-03T11:10:56.018Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["Cryptography"],"readme":"# beecrypt 🐝\n\n\u003e [!IMPORTANT]\n\u003e Argon2 is a better password hashing algorithm, so unless you _really_ know\n\u003e that you need bcrypt you should use the [argus](https://github.com/Pevensie/argus)\n\u003e package instead of this one.\n\n[![Package Version](https://img.shields.io/hexpm/v/beecrypt)](https://hex.pm/packages/beecrypt)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/beecrypt/)\n\nBuzzing Gleam bindings to the [Erlang bcrypt hashing library][erlang-bcrypt]!\n\nUnfortunately Erlang's bcrypt library does not currently support Windows.\n\n## Usage\n\nAdd it to your Gleam project:\n```sh\ngleam add beecrypt\n```\n\nAnd get hashing:\n\n```gleam\n// The user gives us a password\nlet user_password = \"blink182\"\n\n// We salt and hash the password\nlet hash = beecrypt.hash(user_password)\n\n// The hash can be used to check if future passwords match\nbeecrypt.verify(\"blink182\", hash) // -\u003e True\nbeecrypt.verify(\"password\", hash) // -\u003e False\n```\n\nAPI documentation can be found at \u003chttps://hexdocs.pm/beecrypt\u003e, and further\ndocumentation can be found in the [Erlang library's repository][erlang-bcrypt].\n\n\n[erlang-bcrypt]: https://github.com/erlangpack/bcrypt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fbeecrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fbeecrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fbeecrypt/lists"}