{"id":20816701,"url":"https://github.com/moritzrinow/passcheck","last_synced_at":"2026-06-06T15:01:39.512Z","repository":{"id":144546669,"uuid":"215357776","full_name":"moritzrinow/passcheck","owner":"moritzrinow","description":"Simple command line tool, that helps you with checking your credentials.","archived":false,"fork":false,"pushed_at":"2019-10-29T17:32:32.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T15:54:36.145Z","etag":null,"topics":["credentials-helper","golang","sha512"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moritzrinow.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-10-15T17:28:51.000Z","updated_at":"2019-11-20T16:44:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"54ddfecc-f62c-43b2-8e5c-b1c5b4159808","html_url":"https://github.com/moritzrinow/passcheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzrinow%2Fpasscheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzrinow%2Fpasscheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzrinow%2Fpasscheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzrinow%2Fpasscheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moritzrinow","download_url":"https://codeload.github.com/moritzrinow/passcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243165502,"owners_count":20246721,"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":["credentials-helper","golang","sha512"],"created_at":"2024-11-17T21:36:21.437Z","updated_at":"2026-06-06T15:01:39.442Z","avatar_url":"https://github.com/moritzrinow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# passcheck\nA simple command line tool, that helps you with checking your credentials.\n\n## How does it work?\n\nPasscheck stores your usernames and the SHA-512 hashes of your passwords in contexts, where each context is a key-value storage powered by \nhttps://github.com/syndtr/goleveldb. Contexts are supposed to represent some kind of platform, where you have existing credentials, e.g. Google or Facebook.\n\n### Default data directories\n\n#### Linux - /var/lib/passcheck\n#### Windows - C:\\ProgramData\\passcheck\n\n## Install\n\n### Docker\n\n##### Linux\n\ndocker build -t passcheck -f Linux.Dockerfile .\n\n##### Windows\n\ndocker build -t passcheck -f Windows.Dockerfile .\n\n### Compile it yourself\n\nMake sure to have Make, Golang and Git (go get) installed.\n\nRun in terminal:\n\nmake\n\n## Usage\n\n#### All flags are optional\n#### [] - Mandatory argument\n#### ([]) - Optional argument\n\n### Adding credentials\n\n#### passcheck add [context] [username] --f\n#### -\u003e Enter password\nThe --f flag forces an update if that entry already exists.\n\n### Checking credentials\n\n#### passcheck check [context] [username]\n#### -\u003e Enter password\nPrints \"CORRECT\" if the passwords (hashes) matched or \"INCORRECT\" if invalid and let's you try again.\n\n### Listing contexts \u0026 entries\n\n#### passcheck list ([context]) --a\nIf context specified, it lists all usernames of the given context. If not it lists all contexts.\nSpecify the --a flag to retreive all contexts and their usernames.\n\n### Removing contexts \u0026 entries\n\n#### passcheck remove [context] ([username]) --f\nIf username is specified, it removes the specified entry from the context. If not it removes the whole context and it's entries.\nSpecify --f flag to bypass the prompt.\n\n### Help\n\n#### passcheck help\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritzrinow%2Fpasscheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoritzrinow%2Fpasscheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritzrinow%2Fpasscheck/lists"}