From 0f3a958cc42a1766614b29c240cb397308a664a6 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sat, 27 Dec 2025 03:27:58 -0500 Subject: [PATCH] IDK --- .git-credentials | 1 + app.py | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .git-credentials diff --git a/.git-credentials b/.git-credentials new file mode 100644 index 0000000..676e658 --- /dev/null +++ b/.git-credentials @@ -0,0 +1 @@ +https://aaron.daniel.lee@gmail.com:887659@github.com diff --git a/app.py b/app.py index e5d7a82..f31d294 100644 --- a/app.py +++ b/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