Skip to content

Commit 3f7081d

Browse files
authored
Update README.md
1 parent 4b7b76c commit 3f7081d

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,30 @@
1515
* Optional offline decryption using a Python/HTML tool
1616

1717
---
18-
## **Offline Decryption Tool (HTML – No Install Needed)**
18+
# Offline Encryption/Decryption tools fully HTML NO DOWNLOAD OF JAR NEEDED
19+
20+
## **Offline Decryption Tool (HTML – No install needed)**
1921
If for some reason you do not want to download the mod to decrypt messages, you can use the Offline html tool privided inside Offline_Decryption_Folder.
2022
What to do? On github:
2123
1. Open Offline_Decryption_Folder.
2224
2. open decrypter_encrypter file inside the folder.
23-
3. then; you have 2 options now. Option A: Download the full html file (click 3 dots on the top right, download). Option B: Select full code, scan with any maliciousintentscanner, copypasta the code in a empty txt file on your desktop,save the file as .html NOT AS .txt)
25+
3. then; you have 2 options now. Option A: Download the full html file (click 3 dots on the top right, download). Option B: Select full code, scan with any maliciousintentscanner, copypasta the code in a empty txt file on your desktop,save the file as .html NOT AS .txt You need to select the option "save as '.*' instead of .txt
2426
4. doubleclick encrypter_decrypter.html it should open the html tool inside your browser.
2527
5. open minecraft logs and copypaste the full encryted message (ID:Playername_MessageUUID_EncryptedTEXT) inside the decrypter. DO not take a screenshot from minecraft ingame chat and use a tool like ImageToText Ai to retrieve the encrypted text + message uuid it will format it weirdly and not work correctly.
2628
6. enter the key from /minecraft/config/encrypter/key.json
27-
7. Done -> You can see the encrypted message from your friend without downloading the mod
29+
7. Done -> You can see the encrypted message from your friend without downloading the jar.
2830

2931
---
30-
31-
## **Installation**
32+
## **Offline Encryption Tool (HTML - No install needed)
33+
1. Open Offline_Encrypter_Folder.
34+
2. open encrypter_encrypter file inside the folder.
35+
3. then; you have 2 options now. Option A: Download the full html file (click 3 dots on the top right, download). Option B: Select full code, scan with any maliciousintentscanner, copypasta the code in a empty txt file on your desktop,save the file as .html NOT AS .txt You need to select the option "save as '.*' instead of .txt
36+
4. doubleclick encrypter_encrypter.html it should open the html tool inside your browser.
37+
5. Enter; username, shared aes-key >Raw text key (UTF-8) — paste exactly what's in config/key.json< (same as your friends), and your message.
38+
6. Click on "Encrypt and generate chatline"
39+
7. Done -> You can copy paste the ID_username_UUID + Encrypted message in your Minecraft chat now for your friend to decode without downloading the jar.
40+
41+
## **Installation for the actual Mod**
3242

3343
1. Place the mod `.jar` in your `mods` folder for your Minecraft Fabric client.
3444
2. Start Minecraft with Fabric.

0 commit comments

Comments
 (0)