Skip to content
Notifications You must be signed in to change notification settings

Sakura-sx/sakufcator

Repository files navigation

Sakuftator

Python obfuscator made by me (Sakura)

This project is mostly to get better at python syntax and is not intended for production usage. I also do not really think security through obscurity is that good anyways..

Features

  • Removes comments
  • Strings and integers obfuscation
  • Variable flattening
  • Gzip for compression
  • Obfuscates to a one-liner

Installation

git clone https://github.com/Sakura-sx/Sakuftator.git

cd Sakuftator

Usage

python3 main.py [option] input_file>gt; [output_file]

Options:

  • -obf - obfuscate the code
  • -zip - compress the code (recommended to minify the code before compressing it)

Note: I have not tested too much for long files, if you get an error of RecursionError: maximum recursion depth exceeded try lowering the obf_steps variable to 1 in the main.py file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages