brimstone / fastcollLinks
☆162Updated 7 years ago
Alternatives and similar repositories for fastcoll
Users that are interested in fastcoll are comparing it to the libraries listed below
Sorting:
- Automated integer factorization☆277Updated 3 weeks ago
- Project HashClash - MD5 & SHA-1 cryptanalysis☆858Updated 2 months ago
- Given p xor q and n=p*q for two unknown primes p and q, factor n and output p and q.☆22Updated 8 years ago
- Predict python's random module generated values.☆419Updated 8 months ago
- Unofficial mirror of yafu. Go to https://github.com/bbuhrow/yafu☆202Updated 3 years ago
- QR Code Analysis and Recovery Toolkit☆456Updated last year
- Predict MT19937 PRNG, from preceding 624 generated numbers. There is a specialization for the "random" of Python standard library.☆189Updated 4 years ago
- Implementation of https://eprint.iacr.org/2021/232☆94Updated 4 years ago
- FactorDB client library with Python☆51Updated 2 years ago
- Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs☆91Updated 4 years ago
- ☆315Updated last year
- Complex multiplication based factorization☆38Updated 3 years ago
- Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can …☆39Updated 2 years ago
- pkcrack with modern building tools☆194Updated 3 years ago
- PCRT (PNG Check & Repair Tool), a tool to help check and fix the error in a PNG image.☆246Updated 2 years ago
- a fork of primefac(https://pypi.python.org/pypi/primefac) module☆85Updated last year
- A web-based, accessible and open-source port of StegSolve.☆349Updated last year
- Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices☆40Updated 5 years ago
- Crack legacy zip encryption with Biham and Kocher's known plaintext attack. 使用明文攻击破解加密的 zip 文件☆102Updated 2 years ago
- Challenges I created for CTF competitions.☆205Updated 4 months ago
- CRC32 tools: reverse, undo/rewind, and calculate hashes☆357Updated 10 months ago
- Python's library written in Rust to quickly factor `n = pq` when around >50% bits of `p` and `q` are known which are distributed at rando…☆19Updated 4 years ago
- A deflate compressor that emits compressed data that is in the [A-Za-z0-9] ASCII byte range.☆174Updated 10 years ago
- A Python3 implementation of the Wiener attack on RSA☆120Updated last year
- nc 类题目的 Docker 容器资源限制、动态 flag、网页终端☆70Updated 8 months ago
- clone fastcoll_v1.0.0.5_source.zip from http://www.win.tue.nl/hashclash/☆77Updated 10 years ago
- Automated solver of classic CTF pwn challenges, with flexibility in mind.☆62Updated 3 years ago
- SMT based attacks on non cryptographic PRNGs