schattenpost: OTP + LSB-Steganografie
One-Time-Pad-Verschluesselung mit os.urandom-Pad, automatischer Schutz gegen Pad-Wiederverwendung via Offset-Zaehler, LSB-Einbettung in Traegerfoto. CLI mit genkey/hide/reveal, einzige Abhaengigkeit Pillow. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# NIEMALS Pads oder Offsets committen — das ist der geheime Schlüssel!
|
||||
*.key
|
||||
*.key.offset
|
||||
*.offset
|
||||
|
||||
# Test-/Ausgabebilder und Träger raushalten
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
!docs/*.png
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
Reference in New Issue
Block a user