pub async fn maybe_encrypt_inner( input: String, password: Option<String>, ) -> String
Encrypt a string using ENCRYPTION_KEY vault (ChaCha20-Poly1305). If password is Some, derives a key from it instead.
password