kmyk / mersenne-twister-predictor
Predict MT19937 PRNG, from preceding 624 generated numbers. There is a specialization for the "random" of Python standard library.
☆179Updated 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
- Coppersmith's method for multivariate polynomials☆163Updated last year
- Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs☆79Updated 4 years ago
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆104Updated 4 months ago
- Repository containing implementation of attacks on modern public key cryptosystems and symmetric key ciphers.☆131Updated last year
- A Python3 implementation of the Wiener attack on RSA☆118Updated 10 months ago
- Cryptography & CTF Writeups☆82Updated 2 years ago
- CVP "trick" for CTF challenges☆133Updated last year
- Small python module for common CTF crypto functions☆166Updated 2 years ago
- Challenges I created for CTF competitions.☆200Updated 3 weeks ago
- ☆66Updated 5 years ago
- Solving linear systems over GF(2) by manipulating bitvectors☆38Updated 3 weeks ago
- Python library for CTFer☆138Updated this week
- Predict python's random module generated values.☆403Updated 4 months ago
- Complex multiplication based factorization☆37Updated 3 years ago
- Contains tools for solving RSA and other crypto problems in CTFs.☆325Updated 3 years ago
- A repository trying to collect things related to LLL☆71Updated 7 months ago
- a fork of primefac(https://pypi.python.org/pypi/primefac) module☆81Updated 9 months ago
- My CTF challenges, especially cryptography☆25Updated last month
- SMT based attacks on non cryptographic PRNGs☆80Updated 2 years ago
- Pure Python hash length extension module☆124Updated 2 years ago
- Python sandbox escape wiki + payload generator☆77Updated 7 months ago
- Implementation of attacks on cryptosystems☆71Updated 3 years ago
- Web wrapper of niklasb/libc-database☆202Updated 5 months ago
- CTF challenges from redpwnCTF 2020☆60Updated 4 years ago
- Repo for collecting part of my public CTF challenges☆40Updated last year
- My write-ups from various CTFs☆118Updated last year
- A full English version of the popular ctf-wiki☆92Updated 9 months ago
- Hosting awesome cryptography CTF challenges from past CTFs☆113Updated 3 months ago
- Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can …☆38Updated 2 years ago
- TCP flow analyzer with sugar for A/D CTF☆138Updated 2 years ago