CompTIA Security+ Practice Questions: Cryptography

7 free, exam-style CompTIA Security+ (SY0-701) practice questions covering Cryptography. Each question shows the correct answer and a clear explanation. Ready for the real thing? Take the full timed quiz below.

🚀 Take the full CompTIA Security+ quiz 📘 CompTIA Security+ study guide

Q1. Which cryptographic algorithm is asymmetric?

Explanation: RSA uses public/private key pairs, making it an asymmetric algorithm. Learn more.

Q2. What does TLS primarily provide for network communications?

Explanation: TLS encrypts data in transit and verifies its integrity via hashing. Learn more.

Q3. What is the PRIMARY purpose of hashing?

Explanation: Hashing generates fixed-size fingerprints to detect data tampering. Learn more.

Q4. What is the PRIMARY benefit of salting passwords?

Explanation: Unique salts force attackers to recompute rainbow tables for each password. Learn more.

Q5. When implementing full-disk encryption, which component securely stores encryption keys in hardware?

Explanation: Trusted Platform Modules (TPMs) store encryption keys in tamper-resistant hardware. Learn more.

Q6. Which cryptographic function provides integrity but is not reversible?

Explanation: A hash function produces a fixed-length digest and is designed to be one-way. Learn more.

Q7. Which cryptographic process proves a message came from the claimed sender and was not changed?

Explanation: Digital signatures provide integrity, authentication, and non-repudiation when properly implemented. Learn more.

More CompTIA Security+ practice topics