Skip to content

v664/k-fuscator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 python3

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

cd k-fuscator

chmod +x *

bash requirements.sh

python3 ob.py

Or, Use Single Command

apt install python3 && git clone https://github.com/KasRoudra/k-fuscator && cd k-fuscator && bash requirements.sh && python3 ob.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

[+] Encrypted/Decrypted file will be found in current directory!

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%