跳过正文

系编-Decoding

·47 字· loading · loading ·
Masterlong
作者
Masterlong
熬夜,但是世界之夜
目录
系统级编程 - 这篇文章属于一个选集。
§ 4: 本文

Decoding
#

cryptography
#

  • transposition cipher

    • image-20231012193220390
    • @奇妙的羊皮纸卷棒
      • 字母没有改变,仅改变其排列顺序
  • substitution cipher

    • Caesar

      • 密码本替换密文
      • 凯撒密码直接位移
    • image-20231012192633019

      (福尔摩斯)

    • 通过频率分析,易被破解

  • grille cipher

    • 密写方式
    • mask之
    • image-20231012193155409

Modern Cryptography Principles
#

  • Kerckhoffs‘s principle
    • The design of a system should not require secrecy
    • 消息是公开的,但是密钥不公开
  • 对称加密
    • 加解密密钥不变
    • 加密级别不高,能被破解(可见的时间内)
  • 非对称加密
    • ~密钥不变
    • 公钥&密钥
    • 应用于认证,数字签名
      • @U盾
    • img

Lab solution
#

(cmu)

img

img

img

img

img

img

img

img

img

img

img

img

img

img

img

系统级编程 - 这篇文章属于一个选集。
§ 4: 本文

相关文章

系编-Buffer overflow attack
·50 字· loading · loading
系编-Function Call
·82 字· loading · loading
系编-Representation of code
·164 字· loading · loading