Implementation第 46 / 100 题

Adding a unique random value to each password before hashing to defeat precomputed attacks is called:

a.Peppering
b.Stretching
c.Encoding
d.Salting

解析

Salting prepends or appends a unique random value to each password before hashing. This ensures identical passwords produce different hashes and defeats rainbow tables. Each salt must be unique and stored alongside the hash.

免费刷完整 100 道题库 — 无需注册。

同考点相关题目

最近核对: · 审核流程

PrepPass 编辑团队 · 依据官方资料核对 CompTIA Security+ (SY0-701) · 我们如何核对
反馈