{"id":18743262,"url":"https://github.com/anthonybudd/cli-password-manager","last_synced_at":"2026-01-25T18:31:15.169Z","repository":{"id":130731575,"uuid":"584235356","full_name":"anthonybudd/CLI-Password-Manager","owner":"anthonybudd","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-02T00:32:52.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T06:11:15.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/anthonybudd.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2023-01-02T00:00:38.000Z","updated_at":"2023-01-02T00:00:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"93593070-db74-4640-a160-b4cf70006de5","html_url":"https://github.com/anthonybudd/CLI-Password-Manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anthonybudd/CLI-Password-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FCLI-Password-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FCLI-Password-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FCLI-Password-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FCLI-Password-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonybudd","download_url":"https://codeload.github.com/anthonybudd/CLI-Password-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FCLI-Password-Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28756442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: 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":[],"created_at":"2024-11-07T16:10:49.002Z","updated_at":"2026-01-25T18:31:15.151Z","avatar_url":"https://github.com/anthonybudd.png","language":null,"readme":"# CLI Password Manager\n\nI do not want to keep paying for password managers like 1Password and Dashlane.\n\nCLI Password Manager gives you 4 simple commands for easily encrypting and decrypting a local password vault using OpenSSL.\n\n\n### Installation\n```\ngit clone git@github.com:anthonybudd/CLI-Password-Manager.git\ncd CLI-Password-Manager\necho \"source ($pwd)/cli-password-manager\" \u003e\u003e ~/.zshrc\nsource ~/.zshrc\n```\n\n### Set-up\n```\nclipm-nano\nclipm-enc\n```\n`clipm-nano` This will open your password vault in nano and `clipm-enc` will use openssl to encrypt the password vault.\n\n\n### Commands\n\n#### [clipm](https://github.com/anthonybudd/CLI-Password-Manager/blob/main/cli-password-manager#L4)\nThis allows you to view your passwords in your vault without.\n```\nalias clipm=\"openssl enc -aes-256-cbc -d -in /Users/$USER/.passwords.md.enc -out /Users/$USER/passwords.md \u0026\u0026 less /Users/$USER/passwords.md \u0026\u0026 rm -rf /Users/$USER/passwords.md\"\n```\n\n\n#### [clipm-dec](https://github.com/anthonybudd/CLI-Password-Manager/blob/main/cli-password-manager#L5)\nThis command decrypts your password vault\n```\nalias clipm-dec=\"openssl enc -aes-256-cbc -d -in /Users/$USER/.passwords.md.enc -out /Users/$USER/passwords.md \u0026\u0026 rm -rf /Users/$USER/.passwords.md.enc\"\n```\n\n\n#### [clipm-nano](https://github.com/anthonybudd/CLI-Password-Manager/blob/main/cli-password-manager#L6)\nThis will allow you to edit your passwords in nano\n```\nalias clipm-nano=\"nano -R /Users/$USER/passwords.md\"\n```\n\n\n#### [clipm-enc](https://github.com/anthonybudd/CLI-Password-Manager/blob/main/cli-password-manager#L7)\nThis command will encrypt your password vault and delete the plaintext file\n```\nalias clipm-enc=\"openssl enc -aes-256-cbc -salt -in /Users/$USER/passwords.md -out /Users/$USER/.passwords.md.enc \u0026\u0026 rm -rf /Users/$USER/passwords.md\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonybudd%2Fcli-password-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonybudd%2Fcli-password-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonybudd%2Fcli-password-manager/lists"}