{"id":20163398,"url":"https://github.com/sjinks/docker-alpine-htpasswd","last_synced_at":"2026-06-01T01:30:52.607Z","repository":{"id":38040102,"uuid":"323588571","full_name":"sjinks/docker-alpine-htpasswd","owner":"sjinks","description":"Alpine-based image to manipulate .htpasswd-like files","archived":false,"fork":false,"pushed_at":"2026-05-23T02:43:24.000Z","size":250,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-23T04:24:53.618Z","etag":null,"topics":["alpine-image","docker-image","htpasswd"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjinks.png","metadata":{"funding":{"custom":["https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU","https://send.monobank.ua/jar/7rosVfiwKM"]},"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-22T10:06:43.000Z","updated_at":"2026-05-23T02:43:26.000Z","dependencies_parsed_at":"2024-01-30T08:36:07.038Z","dependency_job_id":"b6112aeb-7343-4568-bd81-b730bc4b7356","html_url":"https://github.com/sjinks/docker-alpine-htpasswd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sjinks/docker-alpine-htpasswd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fdocker-alpine-htpasswd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fdocker-alpine-htpasswd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fdocker-alpine-htpasswd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fdocker-alpine-htpasswd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjinks","download_url":"https://codeload.github.com/sjinks/docker-alpine-htpasswd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fdocker-alpine-htpasswd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33756575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["alpine-image","docker-image","htpasswd"],"created_at":"2024-11-14T00:29:29.158Z","updated_at":"2026-06-01T01:30:52.562Z","avatar_url":"https://github.com/sjinks.png","language":"Dockerfile","funding_links":["https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU","https://send.monobank.ua/jar/7rosVfiwKM"],"categories":[],"sub_categories":[],"readme":"# alpine-htpasswd\n\nAlpine-based image to manipulate .htpasswd-like files\n\n## Usage\n\n```bash\ndocker run -it --rm wildwildangel/alpine-htpasswd htpasswd-options-go-here\n```\n\n`htpasswd-options` are:\n```\n -c  Create a new file.\n -n  Don't update file; display results on stdout.\n -b  Use the password from the command line rather than prompting for it.\n -i  Read password from stdin without verification (for script usage).\n -m  Force MD5 encryption of the password (default).\n -B  Force bcrypt encryption of the password (very secure).\n -C  Set the computing time used for the bcrypt algorithm\n     (higher is more secure but slower, default: 5, valid: 4 to 17).\n -d  Force CRYPT encryption of the password (8 chars max, insecure).\n -s  Force SHA encryption of the password (insecure).\n -p  Do not encrypt the password (plaintext, insecure).\n -D  Delete the specified user.\n -v  Verify password for the specified user.\nOn other systems than Windows and NetWare the '-p' flag will probably not work.\nThe SHA algorithm does not use a salt and is less secure than the MD5 algorithm.\n```\n\nThis help message will be displayed if no options specified.\n\n## Example\n\n**Create an entry for a user `user` and print it to `stdout`**:\n```bash\ndocker run --rm -it wildwildangel/alpine-htpasswd -bnm user very-secure-password\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjinks%2Fdocker-alpine-htpasswd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjinks%2Fdocker-alpine-htpasswd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjinks%2Fdocker-alpine-htpasswd/lists"}