This commit is contained in:
Aaron D. Lee
2025-12-27 03:27:58 -05:00
parent 1e77562ec0
commit 0f3a958cc4
2 changed files with 12 additions and 2 deletions

1
.git-credentials Normal file
View File

@@ -0,0 +1 @@
https://aaron.daniel.lee@gmail.com:887659@github.com

13
app.py
View File

@@ -1,7 +1,16 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
""" """
Steganography Web Service v3.1 Stegasoo: Stegonography portal, for security-mided messagin demo.
Flask + Bootstrap web UI for the hybrid Photo + Day-Phrase + PIN system
Aaron D. Lee (w/ vibes)
2025-12-27
Right Now: It's a stupid bootstrap looking portal that works.
Future: Socials, Slack, and Matrix server channel watcher function to encode/send/decode
messages in real-time from a configurable memes or photos channel.
Built as a learning experience with a few LLMs to see if I can make something decent.
""" """
import os import os