03 2023 档案
摘要:椭圆曲线加密 我的博客 原书:《Understanding Cryptography: A Text book for Students and Practitioners》 椭圆曲线密码学 ECC: Elliptic Curve Cryptography 是公钥算法最新的成员。ECC 能够以更短的
阅读全文
摘要:基于离散对数问题的公钥运算 我的博客 原书:《Understanding Cryptography: A Text book for Students and Practitioners》 前面介绍的 RSA 算法,我们利用了大整数的因数分解极其困难这一特性,以此构建了单向函数。大部分非 RSA 公
阅读全文
摘要:RSA 算法 我的博客 原书:《Understanding Cryptography: A Text book for Students and Practitioners》 在 Whitfield Diffie 与 Martin Hellman 于 1976 年发表关于公钥加密的论文之后,掀起了公
阅读全文
摘要:公钥加密介绍 我的博客 原书:《Understanding Cryptography: A Text book for Students and Practitioners》 谁能借我一个能玩明白数论的脑子。 在我们学习公钥加密之前,我们需要介绍数据公钥加密与非对称加密是同一个范畴。 在第一章中介绍
阅读全文
摘要:块运算其他方面介绍 我的博客 原书:《Understanding Cryptography: A Text book for Students and Practitioners》 从这章开始,参考的原文有了很多错误,因此本文也会有错误。 块运算不止是加密算法。它其实是多才多艺的。比如,我们可以用块
阅读全文
摘要:高级加密标准 (AES) 我的博客 原书:《Understanding Cryptography: A Text book for Students and Practitioners》 AES: Advanced Encryption Standard 是今天使用最广的对称加密运算。尽管 AES
阅读全文