You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Stegosaurus** is a lightweight command-line tool written in C# for securely hiding encrypted messages inside PNG images using LSB (Least Significant Bit) steganography.
4
6
5
7
It combines strong AES encryption (via PBKDF2-derived keys) with image steganography, making it suitable for sending secret messages disguised inside innocuous-looking image files.
@@ -14,6 +16,21 @@ It combines strong AES encryption (via PBKDF2-derived keys) with image steganogr
14
16
-**PNG-only** for now — JPG support would require DCT-based encoding
15
17
16
18
19
+
## 📦 Installation
20
+
21
+
Stegosaurus is currently in **beta** because it depends on the beta version of the `System.CommandLine` package.
0 commit comments