2.3 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/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:04 PM on 3/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

what is the need and purpose for encryption

encryption is needed for protecting data during transmission, its purpose is to convert readable data (plaintext) into an unreadable format (ciphertext) so that only authorised users with the correct encryption key can access the information. Preventing unauthorised access, even if the data is intercepted.

2
New cards

what are the two types of encryption

symmetric encryption

asymmetric encryption

3
New cards

what is symmetric encryption and how does it work.

when the sender and receiver share the same private key. (This key is used to encrypt and decrypt the data sent between sender and receiver). The sender and receiver must exchange keys to ensure that they have a copy of their shared key. It is sent along a network which is vulnerable to be stolen.

4
New cards

what is asymmetric data and how does it work

each device has a public key and a private key, if you encrypt the data using a public key, the exact private key is required to decrypt it. If you encrypt the data using a private key, the exact public key is needed to decrypt it, the private key and the public key are mathematically linked.

5
New cards

how does asymmetric data work and why is it safer than symmetric data.

sender uses the recipients public key to encrypt the data

it gets sent to the receiver that has the mathematically linked private key to decrypt it.

This is safer becuase the hacker wouldn’t have the chance to intercept the private key since there is no need to.