| Class | Description |
|---|---|
| AesTextEncryptor |
Implementation of
TextEncryptor that uses AES as it's cipher algorithm and
Base 64 to encode raw bytes. |
| EncryptionTool |
Main class that allows encryption/decryption of data using AES with PBK.
|
| NoOpTextEncryptor |
TextEncryptor that does not actually encrypt or decrypt the text at all. |
| PbkAesTextEncryptor |
Extension of
AesTextEncryptor that generates the encryption key based
on a password and salt. |
| SecretKeyRepositoryImpl |
Default implementation of
SecretKeyRepository, which uses JCE Key Store. |
Copyright © 2020 CrafterCMS. All rights reserved.