Symmetric encryption systems Flashcards
1
Q
What is a symmetric encryption system?
A
can be used to encrypt and decrypt data with a secret key. Encryption: maps a plaintext M to a ciphertext C
Decryption: maps a ciphertext C to a plaintext M
2
Q
Name the 5 components of a symmetric encryption system
A
- plaintext M
- ciphertext C
- key K
- family E (encryption function)
- family D (decryption function)
- -> E and D have to be inverse to each other