Encrypts a string value using deterministic AES encryption.
Result<String> encrypt(String value) { return _encryptField(value, isDecode: false); }