kmyk / mersenne-twister-predictor
Predict MT19937 PRNG, from preceding 624 generated numbers. There is a specialization for the "random" of Python standard library.
☆172Updated 4 years ago
Alternatives and similar repositories for mersenne-twister-predictor:
Users that are interested in mersenne-twister-predictor are comparing it to the libraries listed below
- Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs☆72Updated 3 years ago
- Coppersmith's method for multivariate polynomials☆159Updated last year
- SMT based attacks on non cryptographic PRNGs☆77Updated last year
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆99Updated 2 months ago
- Repository containing implementation of attacks on modern public key cryptosystems and symmetric key ciphers.☆127Updated 11 months ago
- Small python module for common CTF crypto functions☆165Updated 2 years ago
- Contains tools for solving RSA and other crypto problems in CTFs.☆319Updated 2 years ago
- Challenges I created for CTF competitions.☆194Updated last week
- CVP "trick" for CTF challenges☆130Updated last year
- Solving linear systems over GF(2) by manipulating bitvectors☆33Updated 3 weeks ago
- A full English version of the popular ctf-wiki☆85Updated 7 months ago
- A Python3 implementation of the Wiener attack on RSA☆117Updated 8 months ago
- ☆66Updated 4 years ago
- A repository trying to collect things related to LLL☆71Updated 5 months ago
- Python sandbox escape wiki + payload generator☆71Updated 5 months ago
- Cryptography & CTF Writeups☆82Updated 2 years ago
- CTF write-ups☆200Updated last week
- Python library for CTFer☆133Updated 3 weeks ago
- Web wrapper of niklasb/libc-database☆198Updated 2 months ago
- My CTF challenges, especially cryptography☆25Updated 2 months ago
- Pure Python hash length extension module☆123Updated 2 years ago
- Hosting awesome cryptography CTF challenges from past CTFs☆106Updated last month
- Complex multiplication based factorization☆35Updated 3 years 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 3 years ago
- Repo for collecting part of my public CTF challenges☆40Updated 10 months ago
- Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can …☆35Updated 2 years ago
- Docker image for attacking cryptography CTF challenges☆97Updated 9 months ago
- TCP flow analyzer with sugar for A/D CTF☆138Updated 2 years ago
- A toolkit for cryptanalysis using lattices.☆112Updated last year
- Given at least 624 outputs of a Mersenne Twister PNRG we can restore its internal state.☆47Updated 9 years ago