Encryption Lecture Notes

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

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts in encryption, including definitions and types of encryption methods.

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

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Encryption

The process of scrambling data so that only legitimate users can read it.

2
New cards

Ciphertext

The encrypted text that results from the encryption process.

3
New cards

Cipher/Key

The algorithm used to encrypt and decrypt text.

4
New cards

Caesar Cipher

An early method of encryption which replaces each letter with a letter a fixed number of positions away.

5
New cards

Symmetric Encryption

A type of encryption that uses the same key to encrypt and decrypt data.

6
New cards

Asymmetric Encryption

Encryption that uses two keys, a public key to encrypt and a private key to decrypt.

7
New cards

Public Key

A key that is made freely available for anyone to encrypt messages sent to the owner.

8
New cards

Private Key

A key that is kept secret and used to decrypt messages that were encrypted with the public key.

9
New cards

AES (Advanced Encryption Standard)

The most widely used symmetric encryption algorithm with variations of key lengths (128, 192, 256 bits).

10
New cards

Hashing

A mathematical process used to change a piece of text into an unrecognizable format, typically for storing passwords.