Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mật mã - Coggle Diagram
Mật mã
3 yếu tố
Thuật toán
Mã hóa cổ điển
Ceasar
Vigenere
Mã hóa hiện đại
Đối xứng (1 key)
Bất đối xứng (2 key)
mã hóa với public - giải mã với private
mã hóa bằng private - giải mã bằng public
Hash (0 key)
Key (khóa)
Phá hệ thống mã hóa
Ciphertext only
Know plaintext
chosen ciphertext
chosen plaintext
Mã hóa hiện đại
DES
Input
Plaintext (64 bit)
KEY (64 bit, 56 bit used)
Phương pháp
Permutation (hoán đổi vị trí)
Substitution (thay thế)
16 round (16 vòng lặp)
Input
Message (L, R)
Key (48 bit)
Output (ciphertext)
https://kathrynneugent.com/des-animation/
AES
Input
Plaintext (128bit)
Key
128 (10 round)
192 (12 round)
256 (14 round)
Encrypt (plaintext -> ciphertext)
Decrypt (ciphertext -> plaintext)