Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/btlmd/cryptographytables
- Owner: Btlmd
- Created: 2022-06-15T14:53:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T15:12:03.000Z (over 2 years ago)
- Last Synced: 2024-11-21T05:12:41.519Z (2 months ago)
- Language: C++
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 表岂不是白打了?!