KasRoudra / k-fuscator

Encrypt/decrypt shell script and compile python script into variable or emoji

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K-fuscator

[+] Created By KasRoudra

[+] Decription :

K-fuscator is a tool to encrypt(obfuscate) or decrypt bash/shell script or compile python script. Compilation is available in variable or emoji.

[+] Installation

apt install git python -y

git clone https://github.com/KasRoudra/k-fuscator

cd k-fuscator

bash requirements.sh

python3 kf.py

Or, Use Single Command

apt install git python -y && git clone https://github.com/KasRoudra/k-fuscator && cd k-fuscator && bash requirements.sh && python3 kf.py

Features:

  1. Encrypt or Decrypt bash/shell file
  2. Encrypt python file into emojies
  3. Encrypt python file into custom variables

Screenshots:

Main View:

Bash Source Code

Encrypted Bash

Decrypted Bash

Python Source Code

Python Emoji Encryption

Python Variable Encryption

This repository is open source to help others. So if you wish to copy, consider giving credit!

[+] Find Me on :

  • facebook
  • messenger
  • email

About

Encrypt/decrypt shell script and compile python script into variable or emoji

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Shell 0.6%