pub fn encode<T: ToBytes, S: AsRef<str>>(input: T, separator: S) -> String
Encodes input (in bytes) to AES.
For more information, check the module’s documentation.