From b1b11f25912005084493474235e67ae79f8a5dda Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 30 Mar 2011 22:19:56 +0200 Subject: [PATCH] Added example-lsb.py --- examples/example-lsb.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/example-lsb.py diff --git a/examples/example-lsb.py b/examples/example-lsb.py new file mode 100644 index 0000000..99a2f96 --- /dev/null +++ b/examples/example-lsb.py @@ -0,0 +1,4 @@ +from stegano import slsb + +secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde") +secret.save("./Lenna-secret.png") \ No newline at end of file