openssl_sample
Command line tool for encrypting and decrypting
Installation
crystal build src/openssl_sample.cr -o bin/openssl_sample
Usage
./bin/openssl_sample -e "My data" -k "RANDOM1400vat2412armAMDbobomiz44" -i "rtyu2000tpk43320"
Development
It is a simple tool for testing encryption with crystal openssl std library.
Contributing
- Fork it (https://github.com/geo-7/openssl_sample/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Geo Hope - creator and maintainer