Basic Cryptography

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and terminology related to basic cryptography as presented in the lecture notes.

Last updated 6:34 PM on 4/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Cryptography

The practice of scrambling data so it cannot be read or understood.

2
New cards

Steganography

The technique of hiding the existence of data.

3
New cards

Encryption

The process of changing original text into a secret message using cryptography.

4
New cards

Decryption

The process of changing a secret message back to its original form.

5
New cards

Plaintext

Unencrypted data that is to be encrypted or the output of decryption.

6
New cards

Ciphertext

The scrambled and unreadable output of encryption.

7
New cards

Cipher

A cryptographic algorithm that transforms plaintext data into ciphertext.

8
New cards

Kerckhoff’s Principle

The principle stating that only the key, not the algorithm, should be secret.

9
New cards

Caesar Cipher

An oldest keyed substitution algorithm using a fixed shift in the alphabet.

10
New cards

Vigenère Cipher

An algorithm that uses a password as a key instead of a number.

11
New cards

Rail Fence Cipher

A simple transposition algorithm placing letters into a zig-zag pattern.

12
New cards

Hash Algorithms

Algorithms that take a set of data as input and return a fixed-size output.

13
New cards

Symmetric Cryptographic Algorithms

Algorithms that use the same key for both encryption and decryption.

14
New cards

Asymmetric Cryptographic Algorithms

Algorithms that use a pair of keys (public and private) for encryption and decryption.

15
New cards

Digital Signature Algorithm (DSA)

An algorithm used to create a digital signature for verifying the sender.

16
New cards

Diffie-Hellman

A key exchange method allowing two parties to agree on a common secret key.

17
New cards

Confidentiality

Ensuring that only authorized parties can view certain data.

18
New cards

Integrity

Ensuring that information is correct and unaltered.

19
New cards

Nonrepudiation

The inability to deny performing an action.