ImplementationQuestion 45 of 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

Explanation

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.

Practice all 100 questions free — no signup required.

Related questions on this topic

Last reviewed: · editorial process

PrepPass Editorial Team · Verified against CompTIA Security+ (SY0-701) · How we review
Report