sliedes / xor_factor
Given p xor q and n=p*q for two unknown primes p and q, factor n and output p and q.
☆20Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for xor_factor
- Solving linear systems over GF(2) by manipulating bitvectors☆30Updated 2 weeks ago
- Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices☆35Updated 4 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…☆18Updated 3 years ago
- Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs☆71Updated 3 years ago
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆97Updated 8 months ago
- Repo for collecting part of my public CTF challenges☆39Updated 7 months ago
- Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can …☆27Updated last year
- Homemade implementation of Square Attack against 4 rounds AES☆14Updated 4 years ago
- ☆48Updated 11 months ago
- rkm0959 implements stuff☆43Updated 2 years ago
- SCTF 2021☆25Updated 2 years ago
- Coppersmith's method for multivariate polynomials☆156Updated last year
- official writeup for starctf2023☆32Updated last year
- Complex multiplication based factorization☆35Updated 2 years ago
- basic amd64 alphanumeric shellcode encoder☆168Updated 10 months ago
- A plugin to resolve .plt.sec symbols in IDA☆77Updated 3 years ago
- ☆35Updated last month
- ☆30Updated last year
- Implements Coron's simplification of Coppersmith's algorithm☆41Updated last year
- Python sandbox escape wiki + payload generator☆64Updated 2 months ago
- ☆34Updated last week
- Challenge source code from KalmarCTF 2023☆55Updated 8 months ago
- ☆11Updated 6 months ago
- Some crypto scripts which is useful in study and ctf☆26Updated 3 years ago
- Repository containing implementation of attacks on modern public key cryptosystems and symmetric key ciphers.☆118Updated 8 months ago
- CVP "trick" for CTF challenges☆123Updated last year
- Archive of AAA CTF 2022 (XCTF competition)☆76Updated 2 weeks ago
- Prime backdooring procedure to allow fast factorization of semiprimes☆21Updated 2 years ago
- Functions for solving linear inequalities in integers☆37Updated 3 weeks ago
- A simple shell script to get main_arena offset of a given libc☆108Updated 5 years ago