☆24Mar 4, 2025Updated last year
Alternatives and similar repositories for coppersmith
Users that are interested in coppersmith are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Functions for solving linear inequalities in integers☆62Jul 27, 2025Updated last year
- ☆39Sep 18, 2023Updated 2 years ago
- my ctf chals☆11Jul 7, 2025Updated last year
- Representing DES in Z3☆16Jul 14, 2023Updated 3 years ago
- ☆126Apr 22, 2025Updated last year
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Coppersmith method (solving polynomial equation over composite modulus on small bounds)☆125Dec 21, 2024Updated last year
- ☆71Nov 10, 2025Updated 9 months ago
- A Sage interface for FGb (Gröbner basis computations)☆39Feb 1, 2026Updated 7 months ago
- Solving linear systems over GF(2) by manipulating bitvectors☆90Feb 12, 2026Updated 6 months ago
- Python implementation of Wagner's Algorithm for the Generalized Birthday Problem.☆19Aug 15, 2023Updated 3 years ago
- Attacking ECDSA with nonce leakage using lattice-based algorithms☆45Nov 19, 2025Updated 9 months ago
- ☆15Sep 2, 2024Updated last year
- 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…☆20Jul 16, 2021Updated 5 years ago
- We implement the progressive Improved Progressive BKZ with Lattice Sieving presented in https://eprint.iacr.org/2022/1343, one can call i…☆17Feb 14, 2025Updated last year
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Code for the paper "AICrypto: A Comprehensive Benchmark for Evaluating Cryptography Capabilities of Large Language Models"☆39Sep 27, 2025Updated 11 months ago
- Automated cryptanalysis of substitution permutation network cipher☆31Aug 27, 2024Updated 2 years ago
- Fast lattice reduction☆249Aug 25, 2025Updated last year
- Practical Implementation of the Maurer Reduction☆11Jul 13, 2023Updated 3 years ago
- This repository contains code snippets and POCs associated to our article on breaking Python's PRNG with a few values and no bruteforce.☆25Apr 18, 2024Updated 2 years ago
- A toolkit for cryptanalysis using lattices.☆141Dec 2, 2023Updated 2 years ago
- ☆50Feb 28, 2023Updated 3 years ago
- ☆35May 26, 2023Updated 3 years ago
- Revisiting Differential-Linear Attacks via a Boomerang Perspective☆13Nov 26, 2025Updated 9 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- CVP "trick" for CTF challenges☆149Jun 19, 2023Updated 3 years ago
- Implementation of cryptographic attacks. Mainly reproduction of recent cryptographic papers.☆16Dec 4, 2024Updated last year
- M4RI is a library for fast arithmetic with dense matrices over GF(2)☆95Aug 25, 2026Updated last week
- Library for Polynomial System Solving through Algebraic Methods☆199Aug 4, 2026Updated 3 weeks ago
- Models the mersenne twister used by Python Random as a symbolic program. This allows recovering the state given a few outputs☆103Apr 20, 2021Updated 5 years ago
- Lattice Sieving using GPU Tensor cores based on the General Sieve Kernel (G6K)☆48Mar 31, 2025Updated last year
- A Sage implementation of the ROCA attack☆30May 16, 2023Updated 3 years ago
- SMT based attacks on non cryptographic PRNGs☆95Mar 23, 2023Updated 3 years ago
- z3++☆31Dec 14, 2024Updated last year
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- A SageMath implementation of the Castryck-Decru Key Recovery attack on SIDH☆141Apr 17, 2023Updated 3 years ago
- An implementation of Dumer's algorithm for Information Set Decoding.☆14Jan 13, 2024Updated 2 years ago
- Solving BDD and uSVP with predicate☆51Jul 31, 2024Updated 2 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
- An implementation of RSA extending Wiener attack