kmyk / mersenne-twister-predictorLinks
Predict MT19937 PRNG, from preceding 624 generated numbers. There is a specialization for the "random" of Python standard library.
☆190Updated 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
Sorting:
- Predict python's random module generated values.☆419Updated 9 months ago
- Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs☆92Updated 4 years ago
- Coppersmith's method for multivariate polynomials☆183Updated last year
- A Python3 implementation of the Wiener attack on RSA☆122Updated last year
- Repository containing implementation of attacks on modern public key cryptosystems and symmetric key ciphers.☆138Updated last year
- Complex multiplication based factorization☆38Updated 3 years ago
- Pure Python hash length extension module☆126Updated 2 years ago
- CTF write-ups☆210Updated 7 months ago
- Contains tools for solving RSA and other crypto problems in CTFs.☆333Updated 3 years ago
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆114Updated 8 months ago
- Challenges I created for CTF competitions.☆222Updated 3 weeks ago
- A repository trying to collect things related to LLL☆71Updated last year
- CVP "trick" for CTF challenges☆143Updated 2 years ago
- a fork of primefac(https://pypi.python.org/pypi/primefac) module☆87Updated last year
- attacking RSA via lattice reductions (LLL)☆807Updated 4 years ago
- Small python module for common CTF crypto functions☆165Updated 3 years ago
- Solving linear systems over GF(2) by manipulating bitvectors☆55Updated 5 months ago
- Hosting awesome cryptography CTF challenges from past CTFs☆120Updated 2 months ago
- An nsjail Docker image for CTF pwnables. Easily create secure, isolated xinetd/inetd-style services.☆225Updated last year
- Cryptography & CTF Writeups☆83Updated 2 years ago
- A Python implementation of the Wiener attack on RSA public-key encryption scheme.☆528Updated last year
- SMT based attacks on non cryptographic PRNGs☆86Updated 2 years ago
- Web wrapper of niklasb/libc-database☆206Updated 9 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
- An archive of past challenges from LA CTF hosted by ACM Cyber at UCLA and Psi Beta Rho.☆139Updated 7 months ago
- A full English version of the popular ctf-wiki☆99Updated last year
- TCP flow analyzer with sugar for A/D CTF☆142Updated 2 years 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
- ☆54Updated 3 weeks ago
- Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can …☆40Updated 2 years ago