More README nonsense.

This commit is contained in:
Aaron D. Lee
2025-12-29 14:25:48 -05:00
parent 6bd18fd013
commit a5ee25b297
2 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,12 @@ A secure steganography system for hiding encrypted messages in images using hybr
- 📁 **File embedding** - Hide any file type (PDF, ZIP, documents)
- 📱 **QR code support** - Encode/decode RSA keys via QR codes
## Advanced WebUI
## Installation
### From Source

View File

@@ -6,7 +6,7 @@
<div class="text-center mb-5">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="120" class="mb-3">
<h1 class="display-4 fw-bold">Stegasoo</h1>
<p class="lead text-muted">Create hidden encrypted messages in images and photos using advanced steganography.</p>
<p class="lead text-muted">Hide encrypted files or messages in images with steganography.</p>
</div>
<div class="row g-4 mb-5">