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