From d4942e3cd1daf39fc8906a1a2826014ec6f67d8c Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:04:19 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for docs/HOW_BLIND_MAIL_WORKS.md Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- docs/HOW_BLIND_MAIL_WORKS.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/HOW_BLIND_MAIL_WORKS.md b/docs/HOW_BLIND_MAIL_WORKS.md index 5ee7b69..0780db1 100644 --- a/docs/HOW_BLIND_MAIL_WORKS.md +++ b/docs/HOW_BLIND_MAIL_WORKS.md @@ -1,17 +1,22 @@ ## Blind mail? + ### What is blind mail? -it was supposed to be 100% anon mail but that idea was prohibited by hackclub fd so i have made it blind mail. + +it was supposed to be 100% anon mail but that idea was prohibited by hackclub fd so i have made it blind mail. + > How is blind mail diffrent then anon mail? -Well blind mail just means you dont know who is sending the mail and its a little bit encrypted :3 but if in any case i need to i can decrypt the messages using brute force with user ID's. -this also means if u get harrasing letters i can find out who its from and report them to FD! +> Well blind mail just means you dont know who is sending the mail and its a little bit encrypted :3 but if in any case i need to i can decrypt the messages using brute force with user ID's. +> this also means if u get harrasing letters i can find out who its from and report them to FD! ### How does it work? + great question: shitty diagram below. ![diagram](../assets/Zeon%20-%20anon%20dm.drawio.png) pretty much: no password enc mail system - reason: no anon service allowed in hackclub so the mail must be accessible. (db is serverside encrypted) ### How to use it? + Great question, to start go to @Zeon's app home and you should see something like this. ![app home](../assets/zeon-app-home-blindmail.png) @@ -21,5 +26,4 @@ Then to send mail you click the `Send Mail` button! Then you will be prompted to open a modal to fill out the mail. Once you have filled it out it will send your mail!! - -- todo recive func then docs