Cryptosystems Flashcards
1
Q
Draw the basic layout of a symmetric cryptosystem
A
2
Q
Describe Sender part of a symetric diagram (2)
A
- generates 2 keys and shares one with intended receiver
- encrpytion algorithm used with key to encrypt some text
3
Q
Describe open part of a symetric diagram
A
text travels through a public network
4
Q
Desrcibe the receiver stage
A
- decryption algorithm and key shared by sender used to decrypt the message
5
Q
caeser cipher key example
A
- encryption key is n
- decryption key is -n
6
Q
asymmetric crypto relation + knowledge of keys
A
- uses 2 different but related keys
- relationship between keys is too difficult to determine one from the other
- knowledge of encryption key does not give knowledge of decryption key
7
Q
Symmetric key cryptography key sameness and relation
A
- consider to be the “same” for both encryption and decryption
- keys are so closely related knowledge of one implies knowledge of the other
- example Caeser cipher - shift by n or -n