IDK
This commit is contained in:
1
.git-credentials
Normal file
1
.git-credentials
Normal file
@@ -0,0 +1 @@
|
||||
https://aaron.daniel.lee@gmail.com:887659@github.com
|
||||
13
app.py
13
app.py
@@ -1,7 +1,16 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Steganography Web Service v3.1
|
||||
Flask + Bootstrap web UI for the hybrid Photo + Day-Phrase + PIN system
|
||||
Stegasoo: Stegonography portal, for security-mided messagin demo.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user