<img src=“doc.rultor.com/images/logo.svg” width=“64px” height=“64px”/>
Install it first:
$ gem install rultor
Run it locally and read its output:
$ rultor --help
To encrypt one file for Rultor:
$ rultor encrypt -p yegor256/rultor secret.txt
Where yegor256/rultor
is the name of your Github project and secret.txt
is the file you need to encrypt. Result will be saved into secret.txt.asc
. Read more about Rultor
{decrypt
} configuration option.
Make sure you have gpg and bcrypt installed on your machine (only Unix or Mac OS at the moment).
Questions?¶ ↑
If you have any questions about the tool, or something doesn't work as expected, please submit an issue here.
How to contribute?¶ ↑
Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master
branch, if they look correct.
Please run Rake build before submitting a pull request (make sure you have bundler installed):
$ bundle install $ rake
Make sure you're using Ruby 2.0+.