? HOW TO ENCRYPT LETTER WITH ZERO FONT OBFUSCATION ?

CarderPlanet

Professional
Messages
2,555
Reputation
7
Reaction score
592
Points
83
First of all, i saw someone asking me if i teach on the private letter video if i encrypt with zero font obfuscation. No i don't.

Am actually not sure if all zero font letters are inbox, but i will share today a tutorial how to encrypt your letters with this obfuscation for ?.

⚙️ REQUIREMENTS
▪️Python 3
▪️Windows / Linux
▪️A HTML File (Letter)
▪️WinRAR

Python 3 :

You can install python on windows with tutorial.

Windows / Linux :

For windows you have to download the repository from GitHub as ZIP file and extract it on your Desktop.

In Linux you can use git clone

Letter :

Yes you need a letter. You can try this letter:
use main/source/original.html

photo_2021-08-26_23-53-34.jpg


? PAYPAL LETTER ?

ℹ️ PayPal letter from a original limitation mail. (That was a real mail and i optimized it a bit but i left the source code)

How To Edit❓

I left a file called how-to.txt at main/how-to.txt, read it carefully.

1️⃣ INSTALLATION

The installation part is split into two parts as always. Windows and Linux.

? WINDOWS

To get the tool for windows you need to open your CMD

photo_2021-09-16_19-10-49.jpg


photo_2021-09-16_19-11-52.jpg


Then we type:

Code:
cd Desktop

curl -LO https://github.com/F-Society-Freaks/ZeroFunkt/archive/refs/heads/main.zip

photo_2021-09-16_19-12-19.jpg


Extract

photo_2021-09-16_19-12-59.jpg


photo_2021-09-16_19-14-03.jpg


photo_2021-09-16_19-16-57.jpg


Install requirements:
Code:
pip install colorama


photo_2021-09-16_19-18-47.jpg


To start the tool type:
py Zero.py

? LINUX

In Linux we can clone the repository:

Code:
git clone https://github.com/F-Society-Freaks/ZeroFunkt/

cd ZeroFunkt

Remove the Zero.py and replace it with this:

The difference is, that the tool is made for windows and it imports the module ctypes for the title. I removed the lines so that we can use it in Linux.

Code:
python3 Zero.py

2️⃣ HOW TO USE

To use this tool, start the tool in your operating system, put the letter into the folder with a simple name like "letter.html" and type the name into the tool.

photo_2021-09-16_19-22-24.jpg


photo_2021-09-16_19-24-35.jpg


The following is just the language you choose for the encryption. You can see the text files:

ARW.txt for arabic
FRW.txt for french,english and latin
HIW.txt for Hindu
JPW.txt for Japanese
RUW.txt for Russian/Cryillic

You can choose whatever you... Just try it.

photo_2021-09-16_19-26-44.jpg


You can select a level of obfuscation. One is the lower and 10 the highest... The more difficult the level the more difficult to read for email anti spam and you. (source code).

photo_2021-09-16_19-27-30.jpg


After we put our obfuscation level, it takes few seconds to encrypt and finally you get a encrypt.html which is the obfuscated one.

photo_2021-09-16_19-29-07.jpg


Open the encrypt.html with an editor of your choice and remove b' at the beginning and ' at the ending.

photo_2021-09-16_19-31-16.jpg


To be honest, this is not the result i expected, but i had input an encoded letter. Just try it with a not encoded letter and it should work.

photo_2021-09-16_19-38-19.jpg


If you get the "\xc2\xad" hexcodes into your letter, remove them by search and replace.

To remove spaces:
Search :  

photo_2021-09-16_19-39-46.jpg


Left: Encrypted
Right: Original
 

Attachments

  • main.zip
    28.6 KB · Views: 42
Top