tl2cents / Implementation-of-Cryptographic-AttacksLinks
Implementation of cryptographic attacks. Mainly reproduction of recent cryptographic papers.
☆16Updated last year
Alternatives and similar repositories for Implementation-of-Cryptographic-Attacks
Users that are interested in Implementation-of-Cryptographic-Attacks are comparing it to the libraries listed below
Sorting:
- Nonce reuse attacks for AEAD ciphers, especially for the the most commonly used `ChaCha20-Poly1305` and `AES-GCM`.☆22Updated last year
- Solving linear systems over GF(2) by manipulating bitvectors☆74Updated last month
- ☆16Updated last month
- Repo for collecting part of my public CTF challenges☆41Updated last year
- ☆65Updated last month
- ☆37Updated 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…☆19Updated 4 years ago
- Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices☆40Updated 5 years ago
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆123Updated last year
- Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can …☆40Updated 3 years ago
- Functions for solving linear inequalities in integers☆58Updated 5 months ago
- my ctf chals☆11Updated 5 months ago
- ☆23Updated 9 months ago
- A toolkit for cryptanalysis using lattices.☆134Updated 2 years ago
- Some crypto scripts which is useful in study and ctf☆29Updated 4 years ago
- Challenge source code and author write-ups for KalmarCTF☆68Updated 9 months ago
- Automated cryptanalysis of substitution permutation network cipher☆32Updated last year
- Coppersmith's method for multivariate polynomials☆192Updated 2 years ago
- Code for "Small Public Exponent Brings More: Improved Partial Key Exposure Attacks against RSA"