{% extends "base.html" %} {% block title %}Stegasoo - Secure Steganography{% endblock %} {% block content %}
Stegasoo

Stegasoo v4.0

Hide encrypted data in plain sight.

{% if channel_configured %}
Private Channel Active Messages are isolated to this deployment
{{ channel_fingerprint }}
{% endif %}
Encode

Hide encrypted messages or files inside images

Decode

Extract and decrypt hidden data from stego images

Generate

Create passphrases, PINs, and RSA keys

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.0
{% endblock %}