Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btlmd/cryptographytables

Useful reference table generator for Cryptography final exam.
https://github.com/btlmd/cryptographytables

Last synced: 12 days ago
JSON representation

Useful reference table generator for Cryptography final exam.

Awesome Lists containing this project

README

        

# README

密码学考试就要到了,听说开卷且可以用电脑,看起该打打表了。

## 文件列表

- `euler.cpp` 欧拉函数表
- `modular.cpp` 模逆元表和模幂次表
- `mix_cols.cpp` AES 所有可能的列混合结果。需要 `root` 变量对应的路径有至少 100 GB 的空间。
- `multiplication.cpp` GF(2^8) 下乘 2 和乘 3 的乘法表。用 AES 模多项式下的乘法
- `vgn.cpp` 维吉尼亚密码表
- `xor.cpp` 异或表

## 考试体验

![考试体验](quiz.jpg?raw=1)

还是要多少会点的,只会会过拟合往年题是不行的。

考完,老师说 AES 考了好多年了,今年没考。

那我这 100 GB 的 AES 表岂不是白打了?!