Command line tool for encrypting and decrypting
crystal build src/openssl_sample.cr -o bin/openssl_sample
./bin/openssl_sample -e "My data" -k "RANDOM1400vat2412armAMDbobomiz44" -i "rtyu2000tpk43320"
It is a simple tool for testing encryption with crystal openssl std library.
- 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
- Geo Hope - creator and maintainer