Function autofill::encryption::decrypt_string

source ·
pub fn decrypt_string(key: String, ciphertext: String) -> ApiResult<String>