mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Added example-lsb.py
This commit is contained in:
parent
a2cab3a9f5
commit
b1b11f2591
1 changed files with 4 additions and 0 deletions
4
examples/example-lsb.py
Normal file
4
examples/example-lsb.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
from stegano import slsb
|
||||||
|
|
||||||
|
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
|
||||||
|
secret.save("./Lenna-secret.png")
|
Loading…
Add table
Reference in a new issue