public interface TextEncryptor
String encrypt(String clear) throws CryptoException
clear
- the clear text to encryptCryptoException
String decrypt(String encrypted) throws CryptoException
encrypted
- the encrypted text to decryptCryptoException
Copyright © 2015 CrafterCMS. All Rights Reserved.