Sha256: c856ccdfd77ab9039109f0afc211986feb9a80663b2d69beaddf0129748d3b11
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
# Krypton Simple encryption and decryption from the command line. ## Installation You can install krypton as a standalone gem: $ gem install krypton Or you can install the `periodic-cli` gem: $ gem install periodic-cli ## Usage To encrypt a string, the command looks like this: $ krypton encrypt "mymessage" "mykey" mymessage => ckhJWXcyTE1leENLOWpBQzJWbElMdz09Cg== ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/cbrnrd/krypton. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the Krypton project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/cbrnrd/krypton/blob/master/CODE_OF_CONDUCT.md). <p align="center"> <img height="100" width="300" src="https://i.imgur.com/obHmDnX.png"> </p>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
krypton-0.1.4 | README.md |
krypton-0.1.3 | README.md |
krypton-0.1.2 | README.md |
krypton-0.1.1 | README.md |