{"id":24811105,"url":"https://github.com/lukks/gcrypt","last_synced_at":"2025-04-11T17:32:22.558Z","repository":{"id":136037987,"uuid":"315228557","full_name":"LuKks/gcrypt","owner":"LuKks","description":"Encrypted git repositories for privacy made easy","archived":false,"fork":false,"pushed_at":"2021-05-11T13:40:37.000Z","size":25,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T12:50:39.636Z","etag":null,"topics":["encrypt","gcrypt","git","remote"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/LuKks.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":"2020-11-23T07:05:28.000Z","updated_at":"2025-02-12T23:50:15.000Z","dependencies_parsed_at":"2023-06-12T11:45:40.590Z","dependency_job_id":null,"html_url":"https://github.com/LuKks/gcrypt","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"23869f9e94593e7121c955bce8de2c5cf5f3dea9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuKks%2Fgcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuKks%2Fgcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuKks%2Fgcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuKks%2Fgcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuKks","download_url":"https://codeload.github.com/LuKks/gcrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248449918,"owners_count":21105585,"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":["encrypt","gcrypt","git","remote"],"created_at":"2025-01-30T12:19:24.423Z","updated_at":"2025-04-11T17:32:22.510Z","avatar_url":"https://github.com/LuKks.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gcrypt\n\nEncrypted git repositories for privacy made easy\n\n![](https://img.shields.io/github/license/LuKks/gcrypt.svg)\n\n```sh\n# Create a new remote encrypted repository \ngcrypt init git@github.com:user/repo.git\n\n# Encrypt repository already on GitHub\ngcrypt encrypt git@github.com:user/repo.git\n\n# Clone encrypted repository\ngcrypt clone git@github.com:user/repo.git\n```\n\n## Requirements\n```sh\napt install git-remote-gcrypt\n```\n\n## Install\n```sh\nnpm i -g LuKks/gcrypt\n```\n\n## Description\nMakes easy to work with fully encrypted git repositories.\\\nIt uses [spwhitton/git-remote-gcrypt](https://github.com/spwhitton/git-remote-gcrypt), so check it out.\\\nThe unique disadvantage that I noticed pushing is a bit slow but not big deal.\\\nUsing your GPG key for encryption.\n\n## Examples\n#### Create a new encrypted repository\nCreate an empty repository on GitHub then:\n```sh\ngcrypt init git@github.com:user/repo.git\n# or\ngcrypt init git@github.com:user/repo.git ~/Desktop/my-encrypted-repo\n```\n\n#### Encrypt repository already on GitHub\n```sh\ngcrypt encrypt git@github.com:user/repo.git\n```\nTake caution, it will erase the entire repository (branches, tags, etc),\\\njust keeping a single commit/branch where would be all encrypted togheter.\n\n#### Clone encrypted repository\n```sh\ngcrypt clone git@github.com:user/repo.git\n# or\ngcrypt clone git@github.com:user/repo.git ~/Desktop/my-encrypted-repo\n```\n\n## Notes\n#### Multiple GPG keys\nIf you have multiple GPG keys, set which would be used for encryption.\n\nCheck your GPG keys list:\n```sh\ngpg --list-secret-keys --keyid-format LONG\n```\n\nAnd set it:\n```sh\ngit config --global --add gcrypt.participants \"A1234B1234C1234D\"\n```\n\n## Useful links\nhttps://github.com/spwhitton/git-remote-gcrypt/ \\\nhttps://www.alwaysrightinstitute.com/gcrypt/ \\\nhttps://caolan.uk/articles/encrypted-git-repositories/\n\n## License\nCode released under the [MIT License](https://github.com/LuKks/gcrypt/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukks%2Fgcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukks%2Fgcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukks%2Fgcrypt/lists"}