2.1 Kỹ thuật mã hóa truyền thống
(Classical EncryptionTechniques)
- Các thuật ngữ cơ bản (Basic Terminology)
+ plaintext : thông điệp gốc (original message )
+ Ciphertext : thông điệp mã hóa ( coded message )
+ cipher : algorithm for transforming plaintext to ciphertext
+ key : info used in cipher known only to sender/receiver
+ encipher (encrypt) : converting plaintext to ciphertext
+ decipher (decrypt) : recovering ciphertext from plaintext
+ cryptography : study of encryption principles/methods
+ cryptanalysis (codebreaking) : the study of principles/
methods of deciphering ciphertext without knowing key
+ cryptology : lĩnh vực nghiên cứu của cả cryptography và
cryptanalysis