Mcrypto v0.1.0 Mcrypto.Crypter.AES View Source
AES encryption. Right now we just support cbc256.
Link to this section Summary
Link to this section Types
AES crypter data structure contains the following keys:
:name
: crypter name:mode
: crypter mode. Currently only support cbc256.:encoder
: encoding method. base64 or binary.