Crypto¶
Attention
在刷 cryptohack 上的题时,出于方便我自己写了一个简单的交互 python 库,如果代码中出现 from cryptohack import xxx
即是。
-
1001 120 5 mins1741966310
-
321 74 2 mins1741925945
-
1546 646 13 mins1741925945
-
1154 437 9 mins1741925945
-
158 1 mins1741697510
-
927 192 5 mins1741697510
-
78 0 mins1741697510
攻击脚本 ¶
- 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