Function autofill::encryption::encrypt_string

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