jvdsn / crypto-attacksLinks
Python implementations of cryptographic attacks and utilities.
☆1,222Updated 2 weeks ago
Alternatives and similar repositories for crypto-attacks
Users that are interested in crypto-attacks are comparing it to the libraries listed below
Sorting:
- Repository containing implementation of attacks on modern public key cryptosystems and symmetric key ciphers.☆143Updated last year
- A toolkit for cryptanalysis using lattices.☆135Updated 2 years ago
- Coppersmith's method for multivariate polynomials☆190Updated 2 years ago
- attacking RSA via lattice reductions (LLL)☆829Updated 4 years ago
- ☆111Updated 9 months ago
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆123Updated last year
- Challenges I created for CTF competitions.☆241Updated 3 weeks ago
- Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key E…☆1,593Updated 4 years ago
- CTF Archives: Collection of CTF Challenges.☆1,338Updated 2 weeks ago
- Hosting awesome cryptography CTF challenges from past CTFs☆126Updated 7 months ago
- CTF write-ups☆217Updated 11 months ago
- Fast lattice reduction☆226Updated 5 months ago
- This repository contains code snippets and POCs associated to our article on breaking Python's PRNG with a few values and no bruteforce.☆23Updated last year
- A pure python tool to implement/exploit the hash length extension attack☆37Updated 2 years ago
- Predict python's random module generated values.☆432Updated last year
- ☆46Updated 2 years ago
- Functions for solving linear inequalities in integers☆59Updated 6 months ago
- A community driven resource for learning CryptoGraphy☆70Updated 2 years ago
- Many-Time Pad Interactive☆176Updated last year
- ☆66Updated 2 months ago
- Contains tools for solving RSA and other crypto problems in CTFs.☆337Updated 3 years ago
- SMT based attacks on non cryptographic PRNGs☆90Updated 2 years ago
- An archive of past challenges from LA CTF hosted by ACM Cyber at UCLA and Psi Beta Rho.☆141Updated 11 months ago
- Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs☆99Updated 4 years ago
- Cheatsheet useful for solving Python-related challenges during CTFs.☆88Updated last month
- pwninit - automate starting binary exploit challenges☆1,053Updated last month
- Solving linear systems over GF(2) by manipulating bitvectors☆79Updated 2 months ago
- (Still exploring) My cryptography journey: A collection of notebooks covering different algorithms and concepts from cryptography☆250Updated 2 years ago
- CVP "trick" for CTF challenges☆150Updated 2 years ago
- Predict MT19937 PRNG, from preceding 624 generated numbers. There is a specialization for the "random" of Python standard library.☆197Updated 5 years ago