{"id":19806363,"url":"https://github.com/ory/encrypt-dir","last_synced_at":"2025-05-01T07:30:45.707Z","repository":{"id":57554138,"uuid":"109969767","full_name":"ory/encrypt-dir","owner":"ory","description":"A very simple cli helper that encrypts files in directories using AES-GCM (128bit)","archived":false,"fork":false,"pushed_at":"2025-03-12T16:31:12.000Z","size":9009,"stargazers_count":15,"open_issues_count":0,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-20T19:22:55.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ory.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}},"created_at":"2017-11-08T11:55:29.000Z","updated_at":"2025-04-04T04:32:39.000Z","dependencies_parsed_at":"2022-09-10T12:02:44.115Z","dependency_job_id":null,"html_url":"https://github.com/ory/encrypt-dir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fencrypt-dir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fencrypt-dir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fencrypt-dir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fencrypt-dir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ory","download_url":"https://codeload.github.com/ory/encrypt-dir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250753918,"owners_count":21481689,"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-11-12T09:07:23.797Z","updated_at":"2025-05-01T07:30:45.683Z","avatar_url":"https://github.com/ory.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# encrypt-dir\n\nA very simple cli helper that encrypts files in directories using AES-GCM (128bit). Particularly suited for en-/decrypting\nsensitive information in git repositories.\n\n[![Join the chat at https://discord.gg/PAMQWkr](https://img.shields.io/badge/join-chat-00cc99.svg)](https://discord.gg/PAMQWkr)\n\n## Installation\n\n```\n$ go get -u github.com/ory/encrypt-dir\n$ encrypt-dir encrypt --key=JephkRhbfqzDHMAYUtHa6qcys4R4D48w some-directory-1 some-other-directory\n```\n\n## Usage\n\n### Encrypt\n\n```\n$ ls some-directory-1\nfoo.txt\n$ ls some-other-directory\nbar.txt\n\n$ encrypt-dir encrypt --key=\u003csome-key\u003e some-directory-1 some-other-directory\n\n$ ls some-directory-1\nfoo.txt foo.txt.secure\n$ ls some-other-directory\nbar.txt foo.txt.secure\n```\n\n### Decrypt\n\n```\n$ ls some-directory-1\nfoo.txt.secure\n$ ls some-other-directory\nbar.txt.secure\n\n$ encrypt-dir decrypt --key=\u003csome-key\u003e some-directory-1 some-other-directory\n\n$ ls some-directory-1\nfoo.txt foo.txt.secure\n$ ls some-other-directory\nbar.txt foo.txt.secure\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fory%2Fencrypt-dir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fory%2Fencrypt-dir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fory%2Fencrypt-dir/lists"}