{"id":17219257,"url":"https://github.com/dev-ritik/vault","last_synced_at":"2025-06-17T19:07:52.710Z","repository":{"id":69334838,"uuid":"254941588","full_name":"dev-ritik/vault","owner":"dev-ritik","description":"Symmetric Key based data backup \u0026 recovery utility","archived":false,"fork":false,"pushed_at":"2021-03-07T16:50:14.000Z","size":32,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T14:45:03.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dev-ritik.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":"2020-04-11T19:37:52.000Z","updated_at":"2021-03-07T16:50:16.000Z","dependencies_parsed_at":"2023-03-01T13:16:59.158Z","dependency_job_id":null,"html_url":"https://github.com/dev-ritik/vault","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dev-ritik/vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-ritik%2Fvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-ritik%2Fvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-ritik%2Fvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-ritik%2Fvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-ritik","download_url":"https://codeload.github.com/dev-ritik/vault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-ritik%2Fvault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260424784,"owners_count":23007045,"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":[],"created_at":"2024-10-15T03:49:30.060Z","updated_at":"2025-06-17T19:07:47.696Z","avatar_url":"https://github.com/dev-ritik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vault\nSymmetric Key based data backup \u0026amp; recovery utility. Help to encrypt confidential files before backing up. \n(Basically reinventing the wheel!)\nPass is used to store the passphrase.\n\n## Installation\n- Clone the repo\n- Run `./install.sh` for setting up the project\n- Use `~/.config/vault/.targets` for adding paths for files to encrypt. Use `!`for excluding files. \n  (Supports `#` for commenting and `*` for multiple files)\n- Add `pwd` to the path and run `./vault` for interacting\n\nSample `.targets` file\n```\n# Super secret file\n/home/ritik/Desktop/secret_file.txt\n/home/ritik/Desktop/secret_folder/* #Folder with secret files\n\n!*.png #Png files are not important\n```\n## Usage\nAllowed options:\n```\n  update\t\tUpdate the index and encrypt the files\n  decrypt\t\tDecrypt required files to a location\n  files     Location of files stored available to be shared\n  all else\tPrint this message\n```\n\nFor decrypt suboptions are,\n```\n -o, --output           Output path to restore files to (default pwd)\n -b, --backup           Set of paths to restore files from. Use /* for all\n```\n\n## Example\n- For encrypting files,\n```bash\n./vault.sh update\n```\n- For decrypting your files\n```bash\n./vault.sh decrypt -b /* -o /home/ritik/Desktop\n```\n\n## Dependencies\n- `pass` - safely encrypts passwords (required at install).\n- `gpg`- (or `gpg2`)- For encrypting and decrypting files.\n- `find` - For finding (modified) files.\n- `python`- For complex operations (TODO)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-ritik%2Fvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-ritik%2Fvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-ritik%2Fvault/lists"}