A Python Steganography module.
Project description
#### A Python Steganography module.
Installation
$ sudo python setup.py install
Use Stéganô as a library in your Python program
If you want to use Stéganô in your Python program you just have to import the appropriate steganography technique. For example:
>>> from stegano import slsb
>>> secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
>>> secret.save("./Lenna-secret.png")
Use Stéganô as a program
In addition you can use Stéganô as a program.
Example:
$ slsb –hide -i ../examples/pictures/Lenna.png -o Lena1.png -m “Secret Message”
Examples
There are some examples in the folder examples.
Turorial
A complete [tutorial](https://stegano.readthedocs.org/en/latest/tutorial/) is available.
Contact
[My home page](https://www.cedricbonhomme.org).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Stegano-0.4.tar.gz.
File metadata
- Download URL: Stegano-0.4.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34dc3f78d661b7ddd508a1c93f11c372bb573747a800e535df16f67cc04c1508
|
|
| MD5 |
00326bf88023becfa53a10ae652ca34a
|
|
| BLAKE2b-256 |
d69a0c05cd54afd13e3078744f24bddd675f8c18bdf06a03366860b489c7a189
|
File details
Details for the file Stegano-0.4-py3.4.egg.
File metadata
- Download URL: Stegano-0.4-py3.4.egg
- Upload date:
- Size: 29.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
614c4a6e1da35d4d2a443695f8339e7838a03897344231ac784a151ba5f0d76b
|
|
| MD5 |
d800d818af7ab8faa8086a84e3b83289
|
|
| BLAKE2b-256 |
502fb26eef33f77a0ade1664388d32e425236fa55aef02734c8811ab707a243e
|
File details
Details for the file Stegano-0.4-py2.7.egg.
File metadata
- Download URL: Stegano-0.4-py2.7.egg
- Upload date:
- Size: 26.9 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32d779515e448e011a2d2866efa179bd05279ad9889c222f1eeac5e0d255cca6
|
|
| MD5 |
32007b3fd06605340b612a01d695bf4f
|
|
| BLAKE2b-256 |
2e61d09561fc183bd1b1fd2607dbdb21e4db925777991301d81b47807159a58f
|