Genie.Encryption.decrypt - Function
decrypt(s::String) :: String
Decrypts s
(a string
previously encrypted by Genie).
Genie.Encryption.encryption_sauce - Function
encryption_sauce() :: Tuple{Vector{UInt8},Vector{UInt8}}
Generates a pair of key32 and iv16 with salt for encryption/decryption