mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
New example with Ginnifer Goodwin.
This commit is contained in:
parent
c14476e073
commit
a715e53072
2 changed files with 21 additions and 0 deletions
21
examples/example4.sh
Executable file
21
examples/example4.sh
Executable file
|
@ -0,0 +1,21 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Test the LSB method with sets.
|
||||
#
|
||||
|
||||
|
||||
echo "Hide the message with Sieve of Eratosthenes..."
|
||||
slsb-set --hide -i ./pictures/Ginnifer-Goodwin.png -o ./surprise.png --generator eratosthenes -m 'Probably the most beautiful woman in the world.'
|
||||
echo ""
|
||||
|
||||
echo "Steganalysis of the original photo..."
|
||||
steganalysis-parity -i ./pictures/Ginnifer-Goodwin.png -o ./surprise_st_original.png
|
||||
|
||||
echo "Steganalysis of the secret photo..."
|
||||
steganalysis-parity -i ./surprise.png -o ./surprise_st_secret.png
|
||||
echo ""
|
||||
|
||||
echo "Reveal with Sieve of Eratosthenes..."
|
||||
echo "The secret is:"
|
||||
slsb-set --reveal --generator eratosthenes -i ./surprise.png
|
BIN
examples/pictures/Ginnifer-Goodwin.png
Normal file
BIN
examples/pictures/Ginnifer-Goodwin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
Loading…
Add table
Reference in a new issue