Merge pull request #11 from adlee-was-taken/main

Simple doc fixes.
This commit is contained in:
adlee-was-taken
2026-01-06 12:19:33 -05:00
committed by GitHub
3 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ Thank you for your interest in contributing to Stegasoo! This document provides
### Prerequisites ### Prerequisites
- Python 3.10 or higher - Python 3.10 - 3.12
- Git - Git
- Docker (optional, for container testing) - Docker (optional, for container testing)

View File

@@ -4,16 +4,16 @@
| Version | Supported | Notes | | Version | Supported | Notes |
| ------- | ------------------ | ----- | | ------- | ------------------ | ----- |
| 4.x.x | ✅ Active | Current release | | 4.1.x | Current Version | What you SHOULD be using. |
| 3.x.x | ⚠️ Security fixes only | Upgrade recommended | | 4.x.x | ⚠️ Security fixes only | Upgrade (EOL soon) |
| 2.x.x | ❌ End of life | | | <= 3.x.x | ❌ End of life | |
| 1.x.x | ❌ End of life | |
## Reporting a Vulnerability ## Reporting a Vulnerability
**Please do not report security vulnerabilities through public GitHub issues.** **Please do not report security vulnerabilities through public GitHub issues.**
Instead, please email: **security@example.com** (replace with your email) Instead, please email: **adlee-was-taken@proton.me**
Include: Include:
- Description of the vulnerability - Description of the vulnerability

View File

@@ -35,7 +35,7 @@ A detailed breakdown of how Stegasoo's LSB and DCT steganography modes work unde
│ Message/File ────────────────────────► AES-256-GCM ──► Ciphertext │ │ Message/File ────────────────────────► AES-256-GCM ──► Ciphertext │
│ Encryption │ │ │ Encryption │ │
│ ▼ │ │ ▼ │
│ Carrier Image ───────────────────────────────────────► Embedding ─► Stego│ │ Carrier Image ───────────────────────────────────────► Embedding ─► Stego
│ (LSB/DCT) Image │ │ (LSB/DCT) Image │
│ │ │ │
└─────────────────────────────────────────────────────────────────────────────┘ └─────────────────────────────────────────────────────────────────────────────┘
@@ -793,8 +793,8 @@ Stego Image ──────────► detect_mode() ──────
Both modes share the same cryptographic foundation (Argon2id + AES-256-GCM) and multi-factor authentication, ensuring security regardless of embedding method. Both modes share the same cryptographic foundation (Argon2id + AES-256-GCM) and multi-factor authentication, ensuring security regardless of embedding method.
The choice comes down to your use case: The choice comes down to your use case:
- **Private channel?** → LSB (maximum capacity)
- **Public platform?** → DCT (maximum compatibility) - **Public platform?** → DCT (maximum compatibility)
- **Private channel?** → LSB (maximum capacity)
### v4.0 Simplifications ### v4.0 Simplifications