对 CBC 模式的一些攻击 2025-10-30 | cryptography | #cryptography #aes #cbc #security #attack 我在超过10个土法炼钢项目里看到有问题 CBC 用法了。
传说中最安全的加密算法:一次一密 2025-10-30 | cryptography | #cryptography #one-time-pad #xor #encryption #information-security 一次一密是安全性最高的加密算法,除非使用不当。本文介绍一次一密的原理、 使用方法、使用不当时会发生什么、以及它的缺陷。
密码怎么存? 2025-10-30 | security | #security #password #hashing #cryptography #authentication 本文介绍怎么安全地把密码存储在数据库里。简短地说:去看 OWASP 规则。