Skip to main content

A powerful command line tool to obfuscate python scripts effectively!

Project description

Armone

A powerful command-line tool to obfuscate python scripts effectively!

Installation

pip install armone pipx
pipx ensurepath
pipx install armone

Usage

Obfuscate my_code.py and generate a new file obfuscated.py in the cwd:

armone my_code.py

Specify the output file:

armone my_code.py -o obfuscated.py

Features

  • Removes all comments and docstrings
  • Renames all the functions, classes, and variables
  • Inflates code by inserting junk code [IN PROGRESS]
  • Messes up the formatting and adds confusing comments [IN PROGRESS]
  • Puts the code through up to 32 layers of encoding ranging from base 1 to base 90
  • Uses zlib and LZMA for further obfuscation and to reduce file size [IN PROGRESS]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

armone-0.0.4.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

armone-0.0.4-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page