Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 787 Bytes

Weaponized encryption utility written in python 3. Rewritten with pycryptodome instead of the vulnerable pycrypto library. This file WILL harm your PC. Don't use it unless you know what you're doing. DO NOT use this file for anything illegal!

Setup:

     git clone https://github.com/pyCity/Excalibur && cd Excalibur
     pip3 install -r requirements.txt || chmod +x setup.sh && ./setup.sh
     python3 setup.py install

Usage:

     python3 Excalibur.py -h         

This program functions well as is, but is best to compile using pyinstaller before delivery

    pyinstaller --onefile Excalibur.py

If you pyinstaller raises an ImportError, double check that you have installed requirements.txt and try:

pip3 install --upgrade pyinstaller