{"id":36900764,"url":"https://github.com/zntrio/butcher","last_synced_at":"2026-01-12T15:46:50.568Z","repository":{"id":57535231,"uuid":"86152421","full_name":"zntrio/butcher","owner":"zntrio","description":"Butcher for progressive password storage","archived":false,"fork":false,"pushed_at":"2023-12-18T23:23:14.000Z","size":1576,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-24T12:19:08.174Z","etag":null,"topics":["golang","golang-library","hash","hash-algorithm","password-store"],"latest_commit_sha":null,"homepage":"","language":"Go","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/zntrio.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":"2017-03-25T11:26:47.000Z","updated_at":"2023-03-19T05:13:49.000Z","dependencies_parsed_at":"2024-06-19T11:25:20.711Z","dependency_job_id":null,"html_url":"https://github.com/zntrio/butcher","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":0.1923076923076923,"last_synced_commit":"a98369c7ab6b53b42a8b969d3b0e85de4073e1f5"},"previous_names":["zenithar/go-butcher"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/zntrio/butcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntrio%2Fbutcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntrio%2Fbutcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntrio%2Fbutcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntrio%2Fbutcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zntrio","download_url":"https://codeload.github.com/zntrio/butcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zntrio%2Fbutcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28341833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["golang","golang-library","hash","hash-algorithm","password-store"],"created_at":"2026-01-12T15:46:50.375Z","updated_at":"2026-01-12T15:46:50.545Z","avatar_url":"https://github.com/zntrio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-butcher\n\nButcher for progressive hashing password\n\nStatus: Prod ready\n\nFollow compliance from [OWASP Password Storage](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html) requirements.\n\nAlgorithms supported :\n\n  * Argon2id (default)\n  * Scrypt \n  * PBKDF2+SHA512\n\n## Output samples\n\n```sh\n'hAETWCB5IAJc8618VI9POngh6g0+rkEbUj/7pxZaAKuxPoRfilhA5+q1E+wifRoxLpEX7acA48KMmD/7OPJb5cTjxGP91Hv9z3vEBNOb095WPBo5yLn1w9mPnkfgKSv6MWKJRG0mGg'\n'hAMBWCBD/40V1xzT/Kt0/40y0aeg60eHOyJFROiHuWkMvBIehlhA5U1h9I9fMSASOAcz4JpEQHEhwJGUlg8WpvqRnSG5gjruaa7LvNa7bMEHi1Qk5aVfpsisJBMlfxO5UaoLe1BC+A'\n'hAIBWCBosL5P+aF/j2PmrIcE8W1Gxq+I2tMic0ON4xz1ZJkgr1hAUhaZ/2tI02iwD1H2DqTafepgdYfCHauWOzwkgTQsIcwvTTs1M8puQ5+UXl2cUA9f10EtjzM7vwaAHWU71Rrwhw'\n```\n\n## Advices\n\n  * Try to use client side hash function before sending credentials to the server (Blake2b-512 / SHA3-512);\n  * use a 32 byte or 64 byte salt (actual size dependent on protection function);\n  * You should encrypt these results in your database to add hash privacy;\n  * Store pepper and encryption key in a HSM or Software Vault;\n  * For Paranoid (like me) =\u003e Implement perfect secrecy using NaCL box on top of HTTPS;","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzntrio%2Fbutcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzntrio%2Fbutcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzntrio%2Fbutcher/lists"}