4.5.6.10 - encryption

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:50 PM on 2/7/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

what is encryption?

the process of turning plaintext into scrambled ciphertext

2
New cards

what is decryption?

the process of deciphering encrypted data

3
New cards

why is encryption used?

to secure sensitive data (e.g. bank transactions, health infomation and personal details)

4
New cards

what is caeser cipher?

uses a specific pattern to substitute one character for another

5
New cards

what is frequency analysis?

studying commonly used letters to speed up decryption

6
New cards

what is vernam cipher?

1. generate a random key of characters the same length as the message

2. converts each character into baudot code (5 digit ascii)

3. performs XOR operation on the values to produce cipher text

7
New cards

what is computational security?

a concept of how secure data encryption is

8
New cards

what is the concept of computational security?

ciphers are theoretically breakable but now when using current technology

9
New cards

ways to crack code:

- identifying commonly used techniques

- reverse engineering

- dictionary attacks with common words/phrases

- brute force

10
New cards

asymmetric encryption

- B's private key decrypts the message

- Hash is created from message

- A's public key is used to decrypt the signature

- If both match, then it can be authenticated.