From 24c3aa97f3f518b18f40a5c459e6aea1f839e325 Mon Sep 17 00:00:00 2001 From: GuidoSchenone Date: Tue, 9 Dec 2025 18:18:06 -0300 Subject: [PATCH] hello --- secure-emails.html | 103 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 87 insertions(+), 16 deletions(-) diff --git a/secure-emails.html b/secure-emails.html index b2e5807..56cbe73 100644 --- a/secure-emails.html +++ b/secure-emails.html @@ -178,15 +178,24 @@ + + - +

The Problem with Standard Email

- +
@@ -195,21 +204,20 @@
- -
-
+
+
+
-
🎣
-
👻
-
📎
-
💥
-
🔓
-
âš 
+
🎣
+
👻
+
📎
+
💥
+
🔓
+
âš 
- - -
+
Email security
@@ -234,9 +242,9 @@ showText: false, current: topics[0], pick(angle) { - this.rotation = -angle; // spin to slice + this.rotation = -angle; this.showText = false; - setTimeout(() => { // after spin + setTimeout(() => { this.current = topics[angle / 60]; this.showText = true; }, 350); @@ -245,6 +253,69 @@ }
+ + +
+
+
+
+ +
+ 🎣 +
+

Phishing and business-email-compromise (BEC)

+

Credential theft via spoofed emails.

+
+
+ + +
+ 👻 +
+

Spoofing and impersonation

+

Fake domains and identity fraud.

+
+
+ + +
+ 📎 +
+

Malware embedded in attachments

+

Files weaponised to deliver payloads.

+
+
+ + +
+ 💥 +
+

Accidental or malicious data leaks

+

Sensitive data sent to wrong recipients.

+
+
+ + +
+ 🔓 +
+

Lack of encryption across providers

+

Messages in clear text outside your domain.

+
+
+ + +
+ âš  +
+

Absence of role-based governance

+

No enforced policies or audit trails.

+
+
+
+
+
+