Function decrypt_with_cipher

Source
pub fn decrypt_with_cipher(
    encrypted_data_json: &str,
    key: &str,
) -> Result<String, WError>