mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
6 lines
247 B
Bash
Executable file
6 lines
247 B
Bash
Executable file
#!/bin/sh
|
|
|
|
wget http://www.gnu.org/music/free-software-song.ogg
|
|
lsb --hide -i ./pictures/Montenach.png -o ./pictures/Montenach_enc.png -f ./free-software-song.ogg
|
|
rm free-software-song.ogg
|
|
lsb --reveal -i ./pictures/Montenach_enc.png -b ./zik.ogg
|