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

Stegasoo

Create hidden encrypted messages in images and photos using advanced steganography.

Encode Message

Hide and enrypt secret data in an image like a photo or meme.

Decode Message

Extract and decrypt data from Stegasoo-encoded images

Generate Keys

Create weekly phrase card with PIN and/or RSA key.

How It Works
Key Components
  • Reference Photo — Any photo you and recipient both have
  • Day Phrase — 3 to 12 words, one each day of the week
  • RSA Key — 2048, 3072, or 4096 bit, password protected PEM or printable QR code.
  • Static PIN — 6-9 digits, same every day
Security Features
  • Perfect for async communication and encoding/decoding on air-gapped devices.
  • Argon2id memory-hard key derivation (256MB)
  • Pseudo-random pixel selection (defeats steganalysis)
  • AES-256-GCM authenticated encryption
{% endblock %}