autofill::encryption

Function decrypt_string

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