Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
openssl_sample
main
OpensslSample
Built with Crystal 1.9.2
2023-10-07 16:08:14 UTC
module
OpensslSample
Overview
Command line tool for encrypting and decrypting
Extended Modules
OpensslSample
Defined in:
openssl_sample.cr
Constant Summary
VERSION
=
"0.1.0"
Instance Method Summary
#decrypt
(data, key, iv)
#encrypt
(data, key, iv)
Instance Method Detail
def
decrypt
(data, key, iv)
#
[
View source
]
def
encrypt
(data, key, iv)
#
[
View source
]