String encryptText = StringCrypto.encrypt(password, plainText) String plainText = SimpleCrypto.decrypt(password, encryptText)