Class AesTextEncryptor

java.lang.Object
org.craftercms.commons.crypto.impl.AesTextEncryptor
All Implemented Interfaces:
TextEncryptor

public class AesTextEncryptor extends Object implements TextEncryptor
Implementation of TextEncryptor that uses AES as it's cipher algorithm and Base 64 to encode raw bytes.
Author:
avasquez