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