YassineYousfi
commited on
Commit
·
1f2c04e
1
Parent(s):
aeb01c6
gitkeep
Browse files- app.py +1 -1
- tmp/.gitkeep +0 -0
app.py
CHANGED
@@ -8,7 +8,7 @@ from PIL import Image
|
|
8 |
|
9 |
|
10 |
title = "Steganography"
|
11 |
-
description = "
|
12 |
|
13 |
def HILL(input_image, operation, message, key):
|
14 |
input_image.seek(0)
|
|
|
8 |
|
9 |
|
10 |
title = "Steganography"
|
11 |
+
description = "Explore hiding messages in images using content adaptive steganography and STCs. Python implementation by Daniel Lerch https://github.com/daniellerch/pySTC"
|
12 |
|
13 |
def HILL(input_image, operation, message, key):
|
14 |
input_image.seek(0)
|
tmp/.gitkeep
ADDED
File without changes
|