Implementation第 45 / 100 题
Which one-way function produces a fixed-length value that cannot be reversed to the original input?
a.Symmetric cipher
b.Hashing
c.Tokenization
d.Steganography
解析
Hashing transforms input into a fixed-length digest that cannot be feasibly reversed. It verifies integrity because any change to the input changes the hash. SHA-256 is a widely used secure hashing algorithm.
免费刷完整 100 道题库 — 无需注册。
同考点相关题目
- Which type of encryption uses the same key to encrypt and decrypt data?
- Which cryptographic method uses a public and private key pair?
- Adding a unique random value to each password before hashing to defeat precomputed attacks is called:
- Which entity in a PKI issues and signs digital certificates?
- Which mechanism lets a client quickly check whether a single certificate has been revoked?
- What does a digital signature primarily provide?