Crypto¶
Attention
在刷 cryptohack 上的题时,出于方便我自己写了一个简单的交互 python 库,如果代码中出现 from cryptohack import xxx
即是。
-
321 74 2 mins1747634471
-
1546 646 13 mins1745291948
-
1001 120 5 mins1745291948
-
158 1 mins1742548714
-
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