{"id":13571144,"url":"https://github.com/xordataexchange/crypt","last_synced_at":"2025-04-04T07:33:03.345Z","repository":{"id":22048582,"uuid":"25377249","full_name":"xordataexchange/crypt","owner":"xordataexchange","description":"Store and retrieve encrypted configs from etcd or consul","archived":false,"fork":false,"pushed_at":"2021-09-10T11:12:28.000Z","size":2119,"stargazers_count":525,"open_issues_count":18,"forks_count":112,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-10-29T19:58:37.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://xordataexchange.github.io/crypt/","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/xordataexchange.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":"2014-10-17T21:08:33.000Z","updated_at":"2024-07-04T13:21:43.000Z","dependencies_parsed_at":"2022-08-20T19:10:36.220Z","dependency_job_id":null,"html_url":"https://github.com/xordataexchange/crypt","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xordataexchange%2Fcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xordataexchange%2Fcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xordataexchange%2Fcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xordataexchange%2Fcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xordataexchange","download_url":"https://codeload.github.com/xordataexchange/crypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247139593,"owners_count":20890261,"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-08-01T14:00:59.130Z","updated_at":"2025-04-04T07:32:58.337Z","avatar_url":"https://github.com/xordataexchange.png","language":"Go","funding_links":[],"categories":["Projects","Go"],"sub_categories":["Configuration Management"],"readme":"# crypt\n\nYou can use crypt as a command line tool or as a configuration library:\n\n* [crypt cli](bin/crypt)\n* [crypt/config](config)\n\n## Demo\n\nWatch Kelsey explain `crypt` in this quick 5 minute video:\n\n[![Crypt Demonstration Video](https://img.youtube.com/vi/zYpqqfuGwW8/0.jpg)](https://www.youtube.com/watch?v=zYpqqfuGwW8)\n\n## Generating gpg keys and keyrings\n\nThe crypt cli and config package require gpg keyrings. \n\n### Create a key and keyring from a batch file\n\n```\nvim app.batch\n```\n\n```\n%echo Generating a configuration OpenPGP key\nKey-Type: default\nSubkey-Type: default\nName-Real: app\nName-Comment: app configuration key\nName-Email: app@example.com\nExpire-Date: 0\n%pubring .pubring.gpg\n%secring .secring.gpg\n%commit\n%echo done\n```\n\nRun the following command:\n\n```\ngpg2 --batch --armor --gen-key app.batch\n```\n\nYou should now have two keyrings, `.pubring.gpg` which contains the public keys, and `.secring.gpg` which contains the private keys.\n\n\u003e Note the private key is not protected by a passphrase.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxordataexchange%2Fcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxordataexchange%2Fcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxordataexchange%2Fcrypt/lists"}