Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AES ¶
type AES struct { // Key Length must be (12|24|32). Key []byte }
AES encryption.
func (*AES) Decrypt ¶
Decrypt and AES encrypted string. The `encrypted` string is an AES encrypted; base64 encoded string. Returns the decoded string.
Click to show internal directories.
Click to hide internal directories.