{"id":37360543,"url":"https://github.com/vshulcz/gopass","last_synced_at":"2026-01-16T04:45:24.697Z","repository":{"id":253700140,"uuid":"844256524","full_name":"vshulcz/gopass","owner":"vshulcz","description":"GoPass Manager is a lightweight, CLI tool for securely managing your passwords.","archived":false,"fork":false,"pushed_at":"2024-08-19T08:59:43.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-16T05:56:21.814Z","etag":null,"topics":["aes-256","cli","encryption","go","gopass","password","passwordmanager","security"],"latest_commit_sha":null,"homepage":"","language":"Go","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/vshulcz.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":"2024-08-18T21:05:27.000Z","updated_at":"2024-09-05T14:53:01.000Z","dependencies_parsed_at":"2024-08-18T22:26:52.597Z","dependency_job_id":null,"html_url":"https://github.com/vshulcz/gopass","commit_stats":null,"previous_names":["vshulcz/gopass"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vshulcz/gopass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshulcz%2Fgopass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshulcz%2Fgopass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshulcz%2Fgopass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshulcz%2Fgopass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vshulcz","download_url":"https://codeload.github.com/vshulcz/gopass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshulcz%2Fgopass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"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":["aes-256","cli","encryption","go","gopass","password","passwordmanager","security"],"created_at":"2026-01-16T04:45:24.639Z","updated_at":"2026-01-16T04:45:24.685Z","avatar_url":"https://github.com/vshulcz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoPass Manager\n\nGoPass Manager is a lightweight, command-line tool for securely managing your passwords.\n\n## Features\n\n* Secure Storage: Passwords are encrypted using AES-256 encryption.\n* Command-Line Interface: Manage your passwords directly from the terminal.\n* Master Key: Protects your encrypted data with a master key, which is generated automatically during the first run.\n\n## Installation\n1. Clone the repository:\n```bash\ngit clone https://github.com/vshulcz/gopass.git\ncd gopass\n```\n2. Install the application:\n```bash\nmake install\n```\n\n## Usage\n    \n### Add a new password\n\nTo add a new password to the manager, use the add command:\n\n```bash\ngopass add [service]\n```\n\n### Retrieve a password\n\nTo retrieve a password for a specific service, use the get command:\n\n```bash\ngopass get [service]\n```\n\n### List all stored passwords\n\nTo list all stored services with their usernames, use the list command:\n\n```bash\ngopass list\n```\n\n### Delete a password\n\nTo delete a password from the manager, use the delete command:\n\n```bash\ngopass delete [service]\n```\n\n## Uninstalling\n\nIf you ever need to remove the application, simply move to the project repository and run:\n\n```bash\nmake uninstall\n```\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements, feel free to fork the repository, make your changes, and submit a pull request.\n\n## Disclaimer\n\nThis project is intended for educational purposes.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvshulcz%2Fgopass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvshulcz%2Fgopass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvshulcz%2Fgopass/lists"}