et Symmetric Cipher Model Secret key shared by Secret key shared by sender and recipient sender and recipient Transmitted ciphertext Plaintext Plaintext Input Encryption algorithm Decryption algorithm output e,g…DES) (reverse of encryption algorithm) 復大软件学院 LiT
LiJT 11 Symmetric Cipher Model
Definition A cryptosystem is a 5-tuple(E, D, p, K, c) where p is the set of plaintexts, K the set of keys, C is the set of cipher texts, E:M×K→> C is the set of Encryption algorithms, D: CXK->M is the set of Decryption algorithms 12 復大软件学院 LiT
LiJT 12 Definition • A cryptosystem is a 5-tuple (E, D, p, K, C), where – p is the set of plaintexts, – K the set of keys, – C is the set of cipher texts, – E: M×KC is the set of Encryption algorithms, – D: C×KM is the set of Decryption algorithms