{"id":19140083,"url":"https://github.com/circleci/encrypted-files","last_synced_at":"2025-04-19T10:32:28.552Z","repository":{"id":64798335,"uuid":"63806408","full_name":"circleci/encrypted-files","owner":"circleci","description":"Storing encrypted files in source on CircleCI","archived":true,"fork":false,"pushed_at":"2024-02-06T14:32:38.000Z","size":4,"stargazers_count":104,"open_issues_count":5,"forks_count":21,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-02-22T19:12:30.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/circleci.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-07-20T18:55:54.000Z","updated_at":"2024-10-28T16:47:09.000Z","dependencies_parsed_at":"2024-02-06T15:54:39.823Z","dependency_job_id":null,"html_url":"https://github.com/circleci/encrypted-files","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/circleci%2Fencrypted-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circleci%2Fencrypted-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circleci%2Fencrypted-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circleci%2Fencrypted-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circleci","download_url":"https://codeload.github.com/circleci/encrypted-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249675727,"owners_count":21309340,"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-09T07:16:12.521Z","updated_at":"2025-04-19T10:32:28.279Z","avatar_url":"https://github.com/circleci.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# encrypted-files\n\nThis is a simple example of storing encrypted files in source for use in CircleCI builds.\n\nIn this example, the gitignored contents of `secret-env-plain` are:\n\n```\nexport FOO=secret\nexport BAR=alsosecret\n```\n\nIf they are encrypted with `openssl aes-256-cbc -e -in secret-env-plain -out secret-env-cipher -k $KEY`, and `$KEY` is set\nin the CircleCI project, the variables in `secret-env-plain` will be available in the build.\n\nYou could use the same process but replace the `openssl` command in `circle.yml` with `openssl aes-256-cbc -d -in secret-file-cipher -out secret-file-plain -k $KEY` to create plaintext files in the build environment instead of just exporting environment variables.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircleci%2Fencrypted-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcircleci%2Fencrypted-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircleci%2Fencrypted-files/lists"}