{"id":20515362,"url":"https://github.com/guilt/groupenc","last_synced_at":"2025-07-21T23:32:07.977Z","repository":{"id":57436119,"uuid":"332913718","full_name":"guilt/groupenc","owner":"guilt","description":"Group Encryption utilities in Python, with a CLI.","archived":false,"fork":false,"pushed_at":"2024-10-20T05:30:56.000Z","size":51,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-14T21:48:01.276Z","etag":null,"topics":["bootstrap","cryptography","encryption","group","privacy","self-hosted","vault"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/groupenc","language":"Python","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/guilt.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":"2021-01-25T23:29:58.000Z","updated_at":"2025-07-06T08:59:27.000Z","dependencies_parsed_at":"2024-11-15T21:22:49.684Z","dependency_job_id":"b544713c-ab46-4168-90dc-da31bc2b0ed5","html_url":"https://github.com/guilt/groupenc","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"579022edfa54323d9b19bb89ec82178da4d71081"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/guilt/groupenc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fgroupenc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fgroupenc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fgroupenc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fgroupenc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilt","download_url":"https://codeload.github.com/guilt/groupenc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fgroupenc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266403045,"owners_count":23923403,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["bootstrap","cryptography","encryption","group","privacy","self-hosted","vault"],"created_at":"2024-11-15T21:21:11.293Z","updated_at":"2025-07-21T23:32:07.843Z","avatar_url":"https://github.com/guilt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# groupenc: Group Encryption Utilities\n\nGroup Encryption utilities in Python, with a CLI.\n\n# Installation\n\n```bash\npip install groupenc\n```\n\n# Usage\n\n## Bootstrap\n\nTo Bootstrap a vault, use:\n\n```bash\ngroupenc bootstrap\n```\n\nIt would typically create a file called `.groupenc.json` and a private key\n/public key pair in `~/.groupenc_private` and `~/.groupenc_public`.\n\nYou can share your own identity with other people, so they\ncan induct you later:\n\n```bash\ngroupenc id\n```\n\nIt typically displays your public key.\n\n## Secrets\n\nTo add a secret, use:\n\n```bash\ngroupenc secret add --key password --value changeMe\n```\n\nTo add a secret from a file, use:\n\n```bash\ngroupenc secret add --key id_rsa_server --value @~/.ssh/id_rsa\n```\n\nTo list secrets, use:\n\n```bash\ngroupenc secret list\npassword\nid_rsa_server\n```\n\nTo display a secret, use:\n\n```bash\ngroupenc secret show --key password\nchangeMe\n```\n\nTo remove a secret, use:\n\n```\ngroupenc secret remove --key password\n```\n\n## Induction\n\nWhen you add someone else to the vault file, this process allows them to view secrets. To do that, an existing user\ninducts them into the system.\n\n```bash\ngroupenc induct --identity @~/other_id_rsa.pub\n```\n\nand then you transmit the new file across. They should be able to decode and view the secrets.\n\n## Rotation\n\nSometimes, it is a good practice to rotate the encryption keys so people can't view updated secrets.\n\n```bash\ngroupenc rotate\n```\n\n## Remove\n\nWhen you want to remove people from a group, you simply remove them with a known public key, then rotate:\n\n```\ngroupenc disown --identity @~/other_id_rsa.pub\ngroupenc rotate\n```\n\nNote that the secrets that they already have access to cannot be unshared/forgotten, so you should manually revoke their\naccesses from any services. It is a good practice to share multiple vault files and induct people based on their actual\nrole/need to access.\n\n\n## Running Unit Tests\n\n```bash\npip install tox\ntox\n```\n\n## Call for Testing Volunteers\n\nThe code was tested on Python 2.7, 3.8.\n\nPlease volunteer to test it and send in your patches (or) bug reports.\nDesign feedback always welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fgroupenc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilt%2Fgroupenc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fgroupenc/lists"}