diff --git a/frontends/web/templates/index.html b/frontends/web/templates/index.html index e8f4382..0cec6ff 100644 --- a/frontends/web/templates/index.html +++ b/frontends/web/templates/index.html @@ -4,169 +4,64 @@ {% block content %} -
-
-
- Stegasoo -
-

- Stegasoo - v4.1 -

-

Hide encrypted data in plain sight.

+
+
+ + +
+ Stegasoo +

Stegasoo

+

Hide encrypted data in plain sight.

+
+ + + {% if channel_configured %} +
+
+ Private Channel + {{ channel_fingerprint }}
-
-
+ {% endif %} - -{% if channel_configured %} -
-
-
- - Private Channel Mode -
-
- Key Loaded - {{ channel_fingerprint }} -
-
-
-{% endif %} - - - - -
-
-
Embedding Modes
-
-
-
-
-
- - DCT Mode - Default -
- Survives JPEG recompression
- Best for social media + + -
-
- - LSB Mode -
- Higher capacity (~375 KB/MP)
- Best for email & file transfer + + +
+
-
-
-
-
-
How It Works
- Learn More -
-
-
-
-
You Provide
-
    -
  • - - Reference Photo: shared secret -
  • -
  • - - Passphrase: 4+ words -
  • -
  • - - PIN: 6-9 digits (or RSA key) -
  • -
-
-
-
Security
-
    -
  • - - AES-256-GCM encryption -
  • -
  • - - Argon2id key derivation (256MB) -
  • -
  • - - Pseudo-random embedding -
  • -
  • - - Channel keys for group isolation - v4.1 -
  • -
-
+ +
+

+ AES-256   + Reference Photo   + DCT/LSB +

+ Learn more
+
{% endblock %}