autofill::encryption

Function encrypt_string

source
pub fn encrypt_string(key: String, cleartext: String) -> ApiResult<String>