Genie.Encryption.decrypt
— Functiondecrypt(s::String) :: String
Decrypts s
(a string
previously encrypted by Genie).
Genie.Encryption.encrypt
— Functionencrypt{T}(s::T) :: String
Encrypts s
.
Genie.Encryption.encryption_sauce
— Functionencryption_sauce() :: Tuple{Vector{UInt8},Vector{UInt8}}
Generates a pair of key32 and iv16 with salt for encryption/decryption