Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

armone

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armone

A powerful command line tool to obfuscate python scripts effectively!

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
1

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]

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc