Decrypts an encrypted string value.
Result<String> decrypt(String encryptedValue) { return _encryptField(encryptedValue, isDecode: true); }