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

Stegasoo

Hide encrypted messages in plain sight using advanced steganography

Generate Keys

Create your weekly phrase card and PIN. Memorize 21 words + 6 digits for maximum security.

Generate
Encode Message

Hide your secret message inside an innocent-looking image using your phrase + PIN.

Encode
Decode Message

Extract and decrypt hidden messages from stego images using your credentials.

Decode
How It Works
Key Components
  • Reference Photo — Any photo you and recipient both have
  • Day Phrase — 3 words, different each day of the week
  • Static PIN — 6 digits, same every day
Security Features
  • Argon2id memory-hard key derivation (256MB)
  • Pseudo-random pixel selection (defeats steganalysis)
  • AES-256-GCM authenticated encryption
{% endblock %}