Weboberflaeche: self-contained, client-side, CLI-kompatibel

Eine einzelne index.html ohne Framework/CDN. Krypto + LSB-Steganografie
laufen komplett im Browser (iOS-tauglich). Format-identisch zum CLI;
Byte-Interop in beide Richtungen per Node-Test gegen das Python-CLI
abgesichert (laedt den Krypto-Kern direkt aus der ausgelieferten index.html).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 21:18:14 +00:00
parent d5e7c979d8
commit ad0b309acf
5 changed files with 496 additions and 0 deletions

4
.gitignore vendored
View File

@@ -9,6 +9,10 @@
*.jpeg
!docs/*.png
# Interop-Test-Artefakte (Helfer selbst werden committet)
*.bin
web/_*_dims.txt
# Python
__pycache__/
*.pyc