More README nonsense.
This commit is contained in:
@@ -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)
|
- 📁 **File embedding** - Hide any file type (PDF, ZIP, documents)
|
||||||
- 📱 **QR code support** - Encode/decode RSA keys via QR codes
|
- 📱 **QR code support** - Encode/decode RSA keys via QR codes
|
||||||
|
|
||||||
|
|
||||||
|
## Advanced WebUI
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<div class="text-center mb-5">
|
<div class="text-center mb-5">
|
||||||
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="120" class="mb-3">
|
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="120" class="mb-3">
|
||||||
<h1 class="display-4 fw-bold">Stegasoo</h1>
|
<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>
|
||||||
|
|
||||||
<div class="row g-4 mb-5">
|
<div class="row g-4 mb-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user