{"id":17151411,"url":"https://github.com/pepicrft/encrypted-environment","last_synced_at":"2026-02-10T21:33:00.089Z","repository":{"id":70842082,"uuid":"165025615","full_name":"pepicrft/encrypted-environment","owner":"pepicrft","description":"Ruby utility to load encrypted variables into the environment","archived":false,"fork":false,"pushed_at":"2023-12-15T05:37:57.000Z","size":15,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-06T15:40:46.941Z","etag":null,"topics":["ejson","encrypt","keys","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/pepicrft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-01-10T08:57:00.000Z","updated_at":"2025-04-11T04:52:20.000Z","dependencies_parsed_at":"2024-12-19T11:28:03.760Z","dependency_job_id":null,"html_url":"https://github.com/pepicrft/encrypted-environment","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pepicrft/encrypted-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepicrft%2Fencrypted-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepicrft%2Fencrypted-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepicrft%2Fencrypted-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepicrft%2Fencrypted-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepicrft","download_url":"https://codeload.github.com/pepicrft/encrypted-environment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepicrft%2Fencrypted-environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29317956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ejson","encrypt","keys","ruby"],"created_at":"2024-10-14T21:37:57.212Z","updated_at":"2026-02-10T21:33:00.067Z","avatar_url":"https://github.com/pepicrft.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encrypted enironment\n\n[![CircleCI](https://circleci.com/gh/pepibumur/encrypted-environment.svg?style=svg)](https://circleci.com/gh/pepibumur/encrypted-environment)\n[![codecov](https://codecov.io/gh/pepibumur/encrypted-environment/branch/master/graph/badge.svg)](https://codecov.io/gh/pepibumur/encrypted-environment)\n[![Gem Version](https://badge.fury.io/rb/encrypted-environment.svg)](https://badge.fury.io/rb/encrypted-environment)\n\nRuby utility to load encrypted variables into the environment\n\n## Install\n\n1. Add the following line to the Gemfile:\n\n```\ngem \"encrypted-environment\", git: \"git@github.com:pepibumur/encrypted-environment.git\"\n```\n\n2. Run `bundle install`\n\n## Usage\n\n```ruby\nrequire \"encrypted/environment\"\n\nEncrypted::Environment.load_from_ejson(\n  \"path/to/env.ejson\",\n  secrets_path: \"secrets\",\n  private_key: \"key\"\n)\n\nEncrypted::Environment.encrypt_ejson(\n  \"path/to/env.ejson\",\n  secrets_path: \"secrets\",\n  private_key: \"key\"\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepicrft%2Fencrypted-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepicrft%2Fencrypted-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepicrft%2Fencrypted-environment/lists"}