Genie.Encryption.decrypt - Function
decrypt(s::String) :: String

Decrypts s (a string previously encrypted by Genie).


Genie.Encryption.encrypt - Function
encrypt{T}(s::T) :: String

Encrypts 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



Genie