pub fn encrypt(input: &str) -> String
Encrypt a string. The encryption is done in host, and host manages the encryption key. This function should be used if you want to store sensitive data in the database.