New example with Ginnifer Goodwin.

This commit is contained in:
Cédric Bonhomme 2012-12-16 23:45:44 +01:00
parent c14476e073
commit a715e53072
2 changed files with 21 additions and 0 deletions

21
examples/example4.sh Executable file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB