m3ssap0 / ctf-rsa-breaker

This is a Python 2.7 script that can be used to solve RSA challenges in CTFs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctf-rsa-breaker

This is a Python 2.7 script that can be used to solve RSA challenges in CTFs.

Usage

ctf-rsa-breaker.py -p|--pubKey <public_key_file> -e|--encFile <encrypted_file> -o|--out <output_file>

Authors

  • Antonio Francesco Sardella - main implementation - m3ssap0

License

This project is licensed under the Apache License Version 2.0 - see the LICENSE.txt file for details.

About

This is a Python 2.7 script that can be used to solve RSA challenges in CTFs.

License:Other


Languages

Language:Python 100.0%