Recap:
Cryptography evolves from an art form into a science.
It is the scientific study of techniques for securing digital information, transactions, and distributed computations.
The setting of private key Encryption, a.k.a symmetrical encryption
more formally defined, an encryption scheme is:
Key generation algorithm: Gen
encryption algorithm: Enc
Decryption algorithm: Dec
plaintext space M
key space K
Dec(Enc(M))=M(with K)
Kerckhoff's principle: not the algorithm needed secret but the key
Attack scenarios:
Ciphertext-only attack
Known-plaintext attack
Chosen-plaintext attack
Chosen-ciphertext attack
本文探讨了密码学从一门艺术转变为一门科学的过程。它详细介绍了私钥加密(又称对称加密)的形式定义,包括密钥生成算法、加密算法和解密算法。此外,还讨论了Kerckhoff原则,即算法本身不需要保密,而是密钥需要保密,并列举了几种可能的攻击场景。
4302

被折叠的 条评论
为什么被折叠?



