{"id":15992847,"url":"https://github.com/ndavd/agevault","last_synced_at":"2025-07-13T13:38:30.527Z","repository":{"id":255244257,"uuid":"848967390","full_name":"ndavd/agevault","owner":"ndavd","description":"Directory encryption tool using age file encryption","archived":false,"fork":false,"pushed_at":"2025-04-16T19:03:05.000Z","size":22,"stargazers_count":33,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T04:09:21.427Z","etag":null,"topics":["age-encryption","encryption"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ndavd.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":"2024-08-28T18:24:34.000Z","updated_at":"2025-04-16T19:03:09.000Z","dependencies_parsed_at":"2024-11-19T22:56:47.507Z","dependency_job_id":null,"html_url":"https://github.com/ndavd/agevault","commit_stats":null,"previous_names":["ndavd/agevault"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fagevault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fagevault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fagevault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fagevault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndavd","download_url":"https://codeload.github.com/ndavd/agevault/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254567328,"owners_count":22092750,"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":["age-encryption","encryption"],"created_at":"2024-10-08T06:41:26.453Z","updated_at":"2025-05-16T16:31:15.763Z","avatar_url":"https://github.com/ndavd.png","language":"Go","funding_links":[],"categories":["CLI"],"sub_categories":[],"readme":"# agevault\n\n`agevault` is a directory encryption tool using\n[age](https://github.com/FiloSottile/age) file encryption.\n\nIt locks/unlocks a vault (directory) with a passphrase-protected identity file.\n\nLike age, it features no config options, allowing for a straightforward secure\nflow.\n\n## Disclaimer\n\n**Use it at your own risk!** (see\n[LICENSE](https://github.com/ndavd/agevault/blob/main/LICENSE))\n\nAlso, this is a project in early-development and hasn't been thoroughly tested.\nSo far, I've tested it on Linux.\n\n## Installation\n\nAlways install the latest release to make sure you have the latest security\nimprovements and fixes. If the update has the same major version (e.g.\n`v1.x.x`), then it's guaranteed to be backwards compatible.\n\nDownload the pre-built binaries from the\n[latest release](https://github.com/ndavd/agevault/releases/latest).\n\nOr using `go`:\n\n```\n$ go install github.com/ndavd/agevault@latest\n```\n\nOr using `docker`:\n\n```\n$ docker build -t agevault .\n$ docker run --rm -it -u ${UID}:${GID} -v .:/tmp agevault\n```\n\n## Usage\n\n```\nlock/unlock directory with passphrase-protected identity file\nusage: agevault [directory-name] lock|unlock|keygen\n```\n\nSecuring `my-vault/`:\n\n1. Generate identity file\n\n```\n$ agevault my-vault keygen\ncreate identity passphrase: \nconfirm identity passphrase: \n.age14tpkpl6vexufah8eq5dgrd5zy4xqs4slynh26j5n7gvxs87xhguqwu9zqc.my-vault.key.age CREATED (do not change the filename)\n```\n\n2. Lock vault\n\n```\n$ agevault my-vault lock\nmy-vault LOCKED with age14tpkpl6vexufah8eq5dgrd5zy4xqs4slynh26j5n7gvxs87xhguqwu9zqc\n```\n\n3. Unlock vault\n\n```\n$ agevault my-vault unlock\nenter passphrase for identity file \".age14tpkpl6vexufah8eq5dgrd5zy4xqs4slynh26j5n7gvxs87xhguqwu9zqc.my-vault.key.age\": \nmy-vault UNLOCKED\n```\n\n4. That's it. Do your changes, lock it again, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndavd%2Fagevault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndavd%2Fagevault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndavd%2Fagevault/lists"}