Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs
☆100Apr 20, 2021Updated 4 years ago
Alternatives and similar repositories for symbolic_mersenne_cracker
Users that are interested in symbolic_mersenne_cracker are comparing it to the libraries listed below
Sorting:
- Functions for solving linear inequalities in integers☆60Jul 27, 2025Updated 7 months ago
- rkm0959 implements stuff☆45Sep 21, 2022Updated 3 years ago
- Representing DES in Z3☆16Jul 14, 2023Updated 2 years ago
- Nonce reuse attacks for AEAD ciphers, especially for the the most commonly used `ChaCha20-Poly1305` and `AES-GCM`.☆22Nov 7, 2024Updated last year
- A SageMath implementation of the Castryck-Decru Key Recovery attack on SIDH☆140Apr 17, 2023Updated 2 years ago
- ☆24Mar 4, 2025Updated last year
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆124Dec 21, 2024Updated last year
- ☆37Sep 18, 2023Updated 2 years ago
- CVP "trick" for CTF challenges☆150Jun 19, 2023Updated 2 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…☆19Jul 16, 2021Updated 4 years ago
- Solving linear systems over GF(2) by manipulating bitvectors☆82Feb 12, 2026Updated 3 weeks ago
- ☆67Nov 10, 2025Updated 3 months ago
- Coppersmith's method for multivariate polynomials☆194Oct 11, 2023Updated 2 years ago
- SMT based attacks on non cryptographic PRNGs☆91Mar 23, 2023Updated 2 years ago
- ☆17Aug 15, 2023Updated 2 years ago
- Some writeups for some CTFs☆18Apr 14, 2024Updated last year
- Infer internal state of Mersenne Twister from truncated output☆77Jul 28, 2022Updated 3 years ago
- Automated cryptanalysis of substitution permutation network cipher☆32Aug 27, 2024Updated last year
- Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices☆40Aug 1, 2020Updated 5 years ago
- Prime backdooring procedure to allow fast factorization of semiprimes☆25Dec 10, 2021Updated 4 years ago
- Python implementation of Wagner's Algorithm for the Generalized Birthday Problem.☆19Aug 15, 2023Updated 2 years ago
- Implements Coron's simplification of Coppersmith's algorithm☆10May 28, 2017Updated 8 years ago
- my ctf chals☆11Jul 7, 2025Updated 8 months ago
- A toolkit for cryptanalysis using lattices.☆137Dec 2, 2023Updated 2 years ago
- ☆44Feb 28, 2023Updated 3 years ago
- Fast lattice reduction☆233Aug 25, 2025Updated 6 months ago
- Python implementations of cryptographic attacks and utilities.☆1,234Jan 8, 2026Updated 2 months ago
- ☆112Apr 22, 2025Updated 10 months ago
- A Sage interface for FGb (Gröbner basis computations)☆39Feb 1, 2026Updated last month
- Complex multiplication based factorization☆40Feb 21, 2022Updated 4 years ago
- Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can …☆40Dec 20, 2022Updated 3 years ago
- A repository trying to collect things related to LLL☆74Sep 10, 2024Updated last year
- Repo for collecting part of my public CTF challenges☆42Mar 25, 2024Updated last year
- Implements Coron's simplification of Coppersmith's algorithm☆43Oct 10, 2023Updated 2 years ago
- Challenges I created for CTF competitions.☆243Dec 28, 2025Updated 2 months ago
- ☆10Nov 23, 2021Updated 4 years ago
- ☆36May 26, 2023Updated 2 years ago
- z3++☆29Dec 14, 2024Updated last year
- Fast lattice reduction using segmentation, multithreading, Seysen reduction and BLAS☆49Feb 27, 2026Updated last week