module
Rune
Defined in:
rune.cr
Constant Summary
-
VERSION =
"0.1.0"
Constructors
Class Method Summary
Instance Method Summary
Constructor Detail
def self.
new(algo =
"aes-256-cbc")
#
Class Method Detail
def self.
decrypt(data, key, iv)
#
def self.
encrypt(data, key, iv)
#
Instance Method Detail
def
encrypt(plaintext, key, iv)
#