0Pricing
Cryptology Academy · Lesson

Core Cryptographic Vocabulary

Master plaintext, ciphertext, keys, encryption, and decryption.

Core Cryptographic Vocabulary is a free Cryptology Academy lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cryptology Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Welcome

In this lesson we master the core vocabulary of cryptography: plaintext, ciphertext, keys, algorithms, and protocols.

Plaintext & Ciphertext

Plaintext is the original readable data. Ciphertext is the scrambled output. Encryption converts plaintext → ciphertext; decryption reverses it.

What Is a Key?

A key is a piece of secret data that controls how an algorithm encrypts or decrypts. The algorithm can be public; only the key must stay secret.

Kerckhoffs's Principle

Kerckhoffs stated in 1883: a cipher must be secure even if everything about the system except the key is public knowledge. Modern crypto follows this strictly.

Cipher vs Protocol

A cipher is the mathematical transformation (e.g., AES). A protocol is the sequence of steps using ciphers to achieve a security goal (e.g., TLS handshake).

Confidentiality

Confidentiality means only authorized parties can read a message. Encryption provides confidentiality by transforming data into unreadable ciphertext.

Integrity

Integrity means a message has not been altered in transit. Hash functions and message authentication codes (MACs) verify integrity.

Authentication

Authentication proves identity — you are who you claim to be. Digital signatures and certificates provide cryptographic authentication.

Non-Repudiation

Non-repudiation means a sender cannot deny having sent a message. Digital signatures cryptographically bind a message to its sender's private key.

CIA Triad

The CIA Triad — Confidentiality, Integrity, Availability — is the classic security framework. Cryptography mainly addresses confidentiality and integrity.

Entropy & Randomness

Entropy measures unpredictability. A 256-bit key with full entropy has 2^256 possible values. Poor randomness is the most common source of crypto failures.

Quick Check

According to Kerckhoffs's Principle, what must remain secret in a cryptographic system?

Recap

Excellent! You now speak the language of cryptography. Next we'll see how symmetric and asymmetric encryption differ at a high level.

Frequently asked questions

Is the “Core Cryptographic Vocabulary” lesson free?

Yes — the full text of “Core Cryptographic Vocabulary” is free to read here on the web, and the Cryptology Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cryptology Academy course, upgrade to CoddyKit PRO.

What will I learn in “Core Cryptographic Vocabulary”?

Master plaintext, ciphertext, keys, encryption, and decryption. You practise Cryptology Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Cryptology Academy?

No prior experience is required. Cryptology Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Core Cryptographic Vocabulary” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Cryptology Academy lesson?

Yes. Every Cryptology Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Ancient Ciphers & Early Crypto History
  2. Core Cryptographic Vocabulary
  3. Symmetric vs Asymmetric Overview
  4. Crypto in Everyday Life
← Back to Cryptology Academy