Class PbkAesTextEncryptor

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

public class PbkAesTextEncryptor extends Object implements TextEncryptor
Wrapper for AesTextEncryptor that generates the encryption key based on a password and salt.
Author:
avasquez