Package org.craftercms.commons.crypto.impl
package org.craftercms.commons.crypto.impl
-
ClassesClassDescriptionImplementation of
TextEncryptorthat uses AES as it's cipher algorithm and Base 64 to encode raw bytes.Main class that allows encryption/decryption of data using AES with PBK.TextEncryptorthat does not actually encrypt or decrypt the text at all.Wrapper forAesTextEncryptorthat generates the encryption key based on a password and salt.Default implementation ofSecretKeyRepository, which uses JCE Key Store.