Crypto¶
Attention
在刷 cryptohack 上的题时,出于方便我自己写了一个简单的交互 python 库,如果代码中出现 from cryptohack import xxx 即是。
-
158 1 mins1760284089
-
2905 1078 23 mins1759150370
-
1123 121 5 mins1758889476
-
321 74 2 mins1747634471
-
927 192 5 mins1742548714
-
78 0 mins1742548714
-
1154 437 9 mins1741925945
攻击脚本 ¶
- crypto-attack
- git clone
- 参考 test 仓库使用
知识点 ¶
- Cracking RNGs: Linear Congruential Generators
- what to do if we don't know a, b, n in
ax+b(mod n)?
- what to do if we don't know a, b, n in