Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/X-Vector/X-RSA

Cryptography Tool | RSA Attacks
https://github.com/X-Vector/X-RSA

attack attacks bugbounty bugcrowd cryptography ctf hackerone hackerrank python rsa rsa-attacks rsa-tool tools

Last synced: about 1 month ago
JSON representation

Cryptography Tool | RSA Attacks

Awesome Lists containing this project

README

        

# X-RSA

**What's X-RSA ?**
- it's a Tool Which contains a many of attack types in RSA such as Hasted, Common Modulus, Chinese Remainder Theorem, Wiener ... etc , and it's still under development and adding other Attacks.

**Why X-RSA ?**
- X-RSA help you in [CTF , Penetration Testing , Decryption]

- Written By [ Python 3 ]

# Installing and Running Tool
1 - Install Tool
```
git clone https://github.com/X-Vector/X-RSA.git
```
2 - Download Requirement
```
apt install libgmp-dev libmpfr-dev libmpc-dev
pip3 install -r requirement.txt
```
3 - Run Tool
```
python3 Attack.py
```

- Coded By X-Vector
- [Facebook](https://www.facebook.com/X.Vector1) - [Linkedin](https://www.linkedin.com/in/x-vector/) - [Twitter](https://twitter.com/@XVector11)

# Reference
- [Quadratic sieve](https://github.com/skollmann/PyFactorise)