Asynchronously encrypts the value.
Uses the Salsa20 algorithm for encryption.
Future<String> get encrypt async { return await salsa20Encrypt(encryptionKey, value); }