The cryptography you need for the CompTIA Security+ SY0-701 exam in one place: symmetric versus asymmetric, the common algorithms, hashing, and the core concepts. Free, no account. Download the PDF or study it here.
Last updated June 2026
| Aspect | Symmetric | Asymmetric | Hashing |
|---|---|---|---|
| Keys | One shared secret key | Public and private key pair | No key (one-way) |
| Reversible? | Yes, with the key | Yes, with the private key | No |
| Speed | Fast | Slow | Fast |
| Main use | Bulk data encryption | Key exchange and signatures | Integrity and passwords |
| Examples | AES, ChaCha20 | RSA, ECC, Diffie-Hellman | SHA-256, SHA-3 |
Go deeper on symmetric vs asymmetric encryption and hashing vs encryption.
One shared key encrypts and decrypts. Fast, so it does the bulk work of encrypting data.
A public and private key pair. Slower, so it is used for key exchange and digital signatures, not bulk data.
One-way functions that produce a fixed-length digest. They verify integrity and cannot be reversed.
Passwords are hashed, never encrypted. These techniques make cracking slow and rainbow tables useless.
The ideas that tie the algorithms together, and the ones the exam tests most.
Memorizing the list is step one. SecPlus Mastery teaches when to use each algorithm and drills it with over 1,000 practice questions, mock exams, and spaced review across all five SY0-701 domains.
Keep studying: full practice test, ports cheat sheet, and the acronyms glossary.
Aligned to the CompTIA Security+ SY0-701 objectives. CompTIA and Security+ are trademarks of CompTIA, used here for identification only.