Class CryptographyManager


  • public class CryptographyManager
    extends Object
    Encrypts and decrypts passwords. These operations are Base64 encoded to assure printable characters
    • Constructor Detail

      • CryptographyManager

        public CryptographyManager()
    • Method Detail

      • encryptAndBase64Encode

        public String encryptAndBase64Encode​(String plainText)
      • base64DecodeAndDecrypt

        public String base64DecodeAndDecrypt​(String cipherText)