{"id":30190824,"url":"https://github.com/cyrof/govault","last_synced_at":"2025-08-12T20:09:04.023Z","repository":{"id":305454427,"uuid":"1022663945","full_name":"Cyrof/govault","owner":"Cyrof","description":"A simple password manager built using golang.","archived":false,"fork":false,"pushed_at":"2025-08-11T16:09:04.000Z","size":204,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T17:30:05.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cyrof.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2025-07-19T15:02:26.000Z","updated_at":"2025-08-08T14:18:09.000Z","dependencies_parsed_at":"2025-08-04T13:13:19.393Z","dependency_job_id":null,"html_url":"https://github.com/Cyrof/govault","commit_stats":null,"previous_names":["cyrof/govault"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Cyrof/govault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrof%2Fgovault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrof%2Fgovault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrof%2Fgovault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrof%2Fgovault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cyrof","download_url":"https://codeload.github.com/Cyrof/govault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrof%2Fgovault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270127392,"owners_count":24531793,"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-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2025-08-12T20:09:00.585Z","updated_at":"2025-08-12T20:09:03.995Z","avatar_url":"https://github.com/Cyrof.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoVault\n\nA simple, secure CLI-based password vault written in Go. \u003c/br\u003e\nGoVault stores and retrieves secrets locally using **AES-GCM** encryption and **Argon2id** key derivation\n\n---\n\n## Features\n\n- Secure storage with AES-GCM and Argon2id\n- Master password verification\n- CLI interface for managing secrets\n- Fuzzy search for easier key lookups\n- Import/export of encrypted vault data\n- Password generator (standalone or integrated into `add`)\n- Encrypted local file storage\n\n---\n\n## Prerequisites\n\n- [Go](https://go.dev) 1.20 or higher (if building from source)\n\n---\n\n## Installation\n\nDownload the latest binary from the [Releases](https://github.com/Cyrof/govault/releases) page for your OS. \u003c/br\u003e\nOr build from source:\n\n```bash\ngo build -o govault ./cmd/govault\n```\n\n---\n\n## Usage\n\nFirst-time run will:\n\n- Prompt you to set a master password\n- Generate a salt and hash for verification\n- Create an encrypted vault file (`vault.enc`) and metadata file (`meta.json`)\n\n### Command Overview\n\nYou can view all available commands and flags by running:\n\n```bash\ngovault --help\n```\n\nTo view details for a specific command:\n\n```bash\ngovault \u003ccommand\u003e --help\n```\n\nExample:\n\n```bash\ngovault add --help\n```\n\n### Example Screenshot\n\n![GoVault Help Screenshot](./assets/govault-help.png)\n\n---\n\n## Directory Structure\n\n```java\n.\n├── assets\n├── cmd\n│   └── govault\n├── internal\n│   ├── backup\n│   ├── crypto\n│   ├── fileIO\n│   ├── generator\n│   ├── logger\n│   ├── model\n│   └── vault\n└── pkg\n    ├── cli\n    └── cobraCLI\n```\n\n---\n\n## Future Plans\n\n- **Migrate to SQL database** for scalable storage\n  - Switch from whole vault encryption to per-row encryption\n- **Tagging system** for secrets to enable filtered listing\n- Potential future CLI enhancements\n\n---\n\n## License\n\nThis project is licensed under the [Apache 2.0](https://github.com/Cyrof/govault/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrof%2Fgovault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyrof%2Fgovault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrof%2Fgovault/lists"}