apt install git -y
git clone https://github.com/Black-Hell-Team/HellEncoder
cd HellEncoder
chmod +x *
sh install.sh
python3 main.py
Black-Hell-Team/HellEncoder
Program made in Python to encrypt messages, it encrypts in 4 encryptions that are: Base64, MD5, MD4 and Base16 (Hexadecimal).
PythonMIT