{"id":30430600,"url":"https://github.com/niktheblak/passwordhash","last_synced_at":"2025-08-22T18:23:16.404Z","repository":{"id":57509355,"uuid":"189433603","full_name":"niktheblak/passwordhash","owner":"niktheblak","description":"CLI for various cryptographic hashes","archived":false,"fork":false,"pushed_at":"2025-08-15T07:56:22.000Z","size":59,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T23:26:31.887Z","etag":null,"topics":["bcrypt","cli","golang","scrypt"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niktheblak.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":"2019-05-30T15:00:33.000Z","updated_at":"2024-05-10T09:33:13.000Z","dependencies_parsed_at":"2023-12-15T03:39:25.794Z","dependency_job_id":"d796e19e-603f-44f6-be04-1b5cef937300","html_url":"https://github.com/niktheblak/passwordhash","commit_stats":null,"previous_names":["niktheblak/bcryptcli","niktheblak/cryptcli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niktheblak/passwordhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niktheblak%2Fpasswordhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niktheblak%2Fpasswordhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niktheblak%2Fpasswordhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niktheblak%2Fpasswordhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niktheblak","download_url":"https://codeload.github.com/niktheblak/passwordhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niktheblak%2Fpasswordhash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271564543,"owners_count":24781717,"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-21T02:00:08.990Z","response_time":74,"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":["bcrypt","cli","golang","scrypt"],"created_at":"2025-08-22T18:23:15.472Z","updated_at":"2025-08-22T18:23:16.386Z","avatar_url":"https://github.com/niktheblak.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# passwordhash\nCLI for creating salted password hashes with bcrypt, scrypt and argon2.\n\n## Usage\n\nPrint a base64 encoded bcrypt hash of a given binary file\n```shell\ngo run main.go bcrypt -e \u003c data.bin\n```\n\nPrint a base64 encoded argon2 hash of a given password string\n```shell\ngo run main.go argon2 -e \"myS3cr3tP4ssW0rd\"\n```\n\nPrint a base64 encoded argon2 hash of a given password string with a custom salt (in hexadecimal format)\n```shell\ngo run main.go argon2 -e -s fa09cf432d5ae1 \"myS3cr3tP4ssW0rd\"\n```\n\nWrite a binary argon2 hash of a given password string\n```shell\ngo run main.go argon2 \"myS3cr3tP4ssW0rd\" \u003e hash.bin\n```\n\nWrite a binary argon2 hash of a given password string\n```shell\ngo run main.go argon2 \u003c data.bin \u003e hash.bin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniktheblak%2Fpasswordhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniktheblak%2Fpasswordhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniktheblak%2Fpasswordhash/lists"}