pub fn decrypt_secret(hex_data: &str) -> Result<String, String>
Decrypt a stored secret. Thin wrapper over decrypt_secret_with_origin that discards the key-generation signal.
decrypt_secret_with_origin