IT Security第 70 / 100 题
What does hashing provide that plain encryption does not necessarily provide?
a.Reversible transformation of data
b.A one-way transformation useful for verifying data integrity
c.Faster internet speeds
d.Automatic data backups
解析
Hashing produces a fixed-length one-way digest of data that cannot be reversed back to the original. It is commonly used to verify integrity and to store passwords securely. If input changes even slightly, the resulting hash changes significantly.
免费刷完整 100 道题库 — 无需注册。