XYZ BLOG

Hug Life

年长一点后就发现了自己的无知。一个人大学毕业就二十一二岁,技术成熟一点后可能二十五,接着就是票子、妻子和房子等等诸多忙不完的事情。一切搞掂的时候,也许就是三十五岁。如果三十五岁就放弃的话,我们就不用选择程序员的道路。

-- 《程序员随想》 雷军

Read more »

Cryptography

Tabel of Contents:
- 2/27
- 3/12
- 3/19

上课随上随写,可能有点乱...... 按日期分隔。

公式显示仍然是个大问题,和本地渲染器达到的效果不一致,总需要调整...

目前利用CDN上传pdf材料,使用直接预览的方式(pdf.js好像有冲突?)

3/19

Table of Contents

  1. Introduction to Block Cipher (Can be found in Text book)
  2. DES
    1. DES: Alg. (Can be found in Text book)
    2. DES: Imp.
  3. Analysis/Attack
    1. Side-Channel Attack.
    2. Fault/Glitch Attack.
  4. Extensions on DES (Can be found in Text book)
    1. T-DES/3-DES
    2. XDES
Read more »

3/12

Table of Contents

  • OTP: One-Time Pad(Symmetric Cipher)(Vernam 1917)("secure" cipher)
  • RNG: Random Number Generator(Pseudorandom Generators)
  • \(\Delta \leq \varepsilon\): Distinguish-er?
Read more »

2/27

Introduction to Cryptography.

Read more »
0%