mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Added example3.sh
This commit is contained in:
parent
f830226cf8
commit
26c4f7d137
1 changed files with 14 additions and 0 deletions
14
examples/example3.sh
Normal file
14
examples/example3.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
|
||||
slsb-set --hide -i examples/pictures/Montenach.png -o ~/enc-identity.png --generator identity -m 'I like steganography.'
|
||||
|
||||
slsb --hide -i examples/pictures/Montenach.png -o ~/enc.png -m 'I like steganography.'
|
||||
|
||||
|
||||
|
||||
sha1sum ~/enc-identity.png ~/enc.png
|
||||
|
||||
slsb-set --reveal -i ~/enc.png --generator identity
|
||||
|
||||
slsb --reveal -i ~/enc-identity.png
|
Loading…
Add table
Reference in a new issue