1. 1.1 安全historical

    安全笔记总览,保留原始网络传输、Web 安全与常见攻击结构。

  2. 1.2 Base64historical

    Base64 编码原理、流程、使用场景与 URL 编码对比。

  3. 1.3 Hashhistorical

    Hash 的基本概念、特性、使用场景以及 MD5、SHA-256。

  4. 1.4 加密historical

    对称加密、分组模式、非对称加密、RSA 与基础实现。

  5. 1.5 消息认证码historical

    消息认证码的作用、流程、局限与 HMAC。

  6. 1.6 数字签名historical

    数字签名、数字证书与 CA 信任链。

  7. 1.7 SQL注入攻击historical

    SQL 注入的原因、防御方式与参数化查询。

  8. 1.8 CSRFhistorical

    CSRF 的原理、同源策略关系与防御。

  9. 1.9 XSShistorical

    XSS 的原理、成因与输出编码等防御方式。

  10. 1.10 SYN攻击historical

    TCP 半连接、SYN Flood 的检测与防御。

  11. 1.11 中间人攻击historical

    中间人攻击的定义与 HTTPS 证书验证关系。