{% extends "base.html" %} {% block title %}About - Stegasoo{% endblock %} {% block content %}
Stegasoo is a hybrid steganography system that hides encrypted messages inside ordinary images. It combines multiple security layers to create a system that is both highly secure and practical to use.
| Component | Entropy | Purpose |
|---|---|---|
| Reference Photo | ~80-256 bits | Something you have (plausible deniability) |
| 3-Word Phrase | ~33 bits | Something you know (changes daily) |
| 6-Digit PIN | ~20 bits | Something you know (static) |
| Date | N/A | Automatic key rotation |
| Combined | 133+ bits | Beyond brute force |