Cryptography Flashcards

1
Q

What are the rules for one-time pads? <4>

A

• The key is at least as long as the plaintext
• The key is truly random
• Each key is used only once
• There should only be two copies of the key:
one for the sender and one for the receiver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Asymmetric encryption

A

Public Key encryption

• Uses a different key for encryption and
decryption
• Depends on really hard maths problems..
• Need to generate key pairs
– Then choose one as private, the other as public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name 3 types of one-way functions

A

Modular Arithmetic
Prime Factorisation
Factorising Large Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly