mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated README.
This commit is contained in:
parent
58bec3b7c7
commit
a770f402cb
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ appropriate steganography technique. For example:
|
|||
>>> from stegano import lsb
|
||||
>>> secret = lsb.hide("./tests/sample-files/Lenna.png", "Hello World")
|
||||
>>> secret.save("./Lenna-secret.png")
|
||||
>>>
|
||||
>>> clear_message = lsb.reveal("./Lenna-secret.png")
|
||||
|
||||
|
||||
Use Stéganô as a program
|
||||
|
|
Loading…
Add table
Reference in a new issue