StackeredSAS / python-random-playgroundLinks
This repository contains code snippets and POCs associated to our article on breaking Python's PRNG with a few values and no bruteforce.
☆22Updated last year
Alternatives and similar repositories for python-random-playground
Users that are interested in python-random-playground are comparing it to the libraries listed below
Sorting:
- A toolkit for cryptanalysis using lattices.☆129Updated last year
- ☆92Updated 5 months ago
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆114Updated 9 months ago
- Functions for solving linear inequalities in integers☆56Updated last month
- Solving linear systems over GF(2) by manipulating bitvectors☆55Updated 5 months ago
- ☆34Updated 2 years ago
- ☆22Updated 6 months ago
- ☆54Updated 3 weeks ago
- ☆35Updated 2 years ago
- Automated cryptanalysis of substitution permutation network cipher☆32Updated last year
- Coppersmith's method for multivariate polynomials☆184Updated last year
- Fast lattice reduction☆213Updated 3 weeks ago
- my ctf chals☆11Updated 2 months ago
- Python implementations of cryptographic attacks and utilities.☆1,160Updated 8 months ago
- ☆13Updated last month
- 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
- Implementation of Lattice Attacks on (EC)DSA described in the research paper: Chao Sun,Thomas Espitau, Mehdi Tibouchi, and Masayuki Abe, …☆26Updated 3 years ago
- Repository containing implementation of attacks on modern public key cryptosystems and symmetric key ciphers.