An open API service indexing awesome lists of open source software.

https://github.com/oliverkovacs/haastad

Zero dependency implementation of Håstad’s broadcast attack on RSA.
https://github.com/oliverkovacs/haastad

cryptography ctf python rsa

Last synced: 3 months ago
JSON representation

Zero dependency implementation of Håstad’s broadcast attack on RSA.

Awesome Lists containing this project

README

        

# Håstad

Zero dependency implementation of [Håstad's broadcast attack](https://en.wikipedia.org/wiki/Coppersmith%27s_attack#H%C3%A5stad's_broadcast_attack) on [RSA](https://en.wikipedia.org/wiki/RSA_(cryptosystem)).

## Usage

```sh
# encrypt
python encrypt.py ""

# decrypt
python haastad.py
```