You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Cryptography is the science of securing communication and data through mathematical algorithms. It is the foundation of confidentiality, integrity, and authentication in cybersecurity.
| Term | Definition |
|---|---|
| Plaintext | The original readable data |
| Ciphertext | The encrypted (unreadable) data |
| Encryption | Converting plaintext to ciphertext |
| Decryption | Converting ciphertext back to plaintext |
| Key | A secret value used by the algorithm to encrypt/decrypt |
| Algorithm (cipher) | The mathematical function used for encryption |
Plaintext ──[Encryption + Key]──▶ Ciphertext
Ciphertext ──[Decryption + Key]──▶ Plaintext
Symmetric encryption uses the same key for encryption and decryption:
| Algorithm | Key Size | Notes |
|---|---|---|
| AES | 128, 192, 256 bits | Industry standard — used everywhere |
| 3DES (Triple DES) | 168 bits | Legacy — being phased out |
| ChaCha20 | 256 bits | Modern, fast on mobile devices |
| Blowfish / Twofish | Up to 448 bits | Older alternatives |
AES is the most widely used symmetric cipher:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.