{"id":15612434,"url":"https://github.com/stevepolitodesign/invisible_ink","last_synced_at":"2025-04-06T04:09:50.280Z","repository":{"id":143633634,"uuid":"613903185","full_name":"stevepolitodesign/invisible_ink","owner":"stevepolitodesign","description":"Keep your private notes in plain sight.","archived":false,"fork":false,"pushed_at":"2024-10-28T18:44:22.000Z","size":1028,"stargazers_count":53,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T03:04:30.132Z","etag":null,"topics":["cli","encryption","ruby"],"latest_commit_sha":null,"homepage":"https://stevepolito.design/blog/encrypy-files-with-ruby-and-active-support","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/stevepolitodesign.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-03-14T13:57:11.000Z","updated_at":"2024-12-29T13:33:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0051f3e-13e9-49a9-a53d-bd4198bc8242","html_url":"https://github.com/stevepolitodesign/invisible_ink","commit_stats":{"total_commits":32,"total_committers":4,"mean_commits":8.0,"dds":0.1875,"last_synced_commit":"90f4d76b34a9f74e27e1a1799d01a644f62dbfb6"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevepolitodesign%2Finvisible_ink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevepolitodesign%2Finvisible_ink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevepolitodesign%2Finvisible_ink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevepolitodesign%2Finvisible_ink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevepolitodesign","download_url":"https://codeload.github.com/stevepolitodesign/invisible_ink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430869,"owners_count":20937874,"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":["cli","encryption","ruby"],"created_at":"2024-10-03T06:42:56.187Z","updated_at":"2025-04-06T04:09:50.255Z","avatar_url":"https://github.com/stevepolitodesign.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔏 Invisible Ink\n\nEncrypt text files in your open source projects so that they can be committed to\nyour repository without exposing sensitive information.\n\n## 📸 Demo\n\n![A demo showing how to use the Gem](.docs/demo.gif)\n\n## ✅ Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add invisible_ink\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install invisible_ink\n\n\n## ℹ️  Usage\n\nOnce installed in your project's `Gemfile`, run `bundle exec invisible_ink\n--setup` to create an encryption key saved to `invisible_ink.key`. This will\nalso update your `.gitignore` file to ensure the key is not saved to version\ncontrol.\n\nAlternatively, you can set `ENV[\"INVISIBLE_INK_KEY\"]` to the value of a 32\ncharacter hash.\n\n### ⌨️ Commands\n\n```text\nUsage: invisible_ink COMMAND [options]\n    -w, --write FILE                 Encrypt a file using an encryption key and open it in the specified $EDITOR\n    -r, --read FILE                  Decrypt and display the content of an encrypted file\n    -s, --setup                      Generate an encryption key, save it to a file, and add it to .gitignore\n    -h, --help                       Display help message\n    -v, --version                    Display Gem version\n```\n\n## 🔨 Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run\n`rake spec` to run the tests. You can also run `bin/console` for an interactive\nprompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To\nrelease a new version, update the version number in `version.rb`, and then run\n`bundle exec rake release`, which will create a git tag for the version, push\ngit commits and the created tag, and push the `.gem` file to\n[rubygems.org](https://rubygems.org).\n\n## 🙏 Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/stevepolitodesign/invisible_ink. This project is intended to be a\nsafe, welcoming space for collaboration, and contributors are expected to adhere\nto the [code of\nconduct](https://github.com/stevepolitodesign/invisible_ink/blob/main/CODE_OF_CONDUCT.md).\n\n## 📜 License\n\nThe gem is available as open source under the terms of the [MIT\nLicense](https://opensource.org/licenses/MIT).\n\n## ❤️ Code of Conduct\n\nEveryone interacting in the InvisibleInk project's codebases, issue trackers,\nchat rooms and mailing lists is expected to follow the [code of\nconduct](https://github.com/stevepolitodesign/invisible_ink/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevepolitodesign%2Finvisible_ink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevepolitodesign%2Finvisible_ink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevepolitodesign%2Finvisible_ink/lists"}