Package | Description |
---|---|
org.craftercms.commons.crypto.impl |
Modifier and Type | Class and Description |
---|---|
class |
AesTextEncryptor
Implementation of
TextEncryptor that uses AES as it's cipher algorithm and
Base 64 to encode raw bytes. |
class |
NoOpTextEncryptor
TextEncryptor that does not actually encrypt or decrypt the text at all. |
class |
PbkAesTextEncryptor
Extension of
AesTextEncryptor that generates the encryption key based
on a password and salt. |
Copyright © 2015 CrafterCMS. All Rights Reserved.