User Tools

Site Tools


projects:stegano

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:stegano [2020/04/12 15:54] cedricprojects:stegano [2022/06/01 08:29] (current) – removed cedric
Line 1: Line 1:
-====== Stéganô ====== 
  
-[[https://pypi.python.org/pypi/Stegano|{{https://img.shields.io/pypi/pyversions/Stegano.png?style=flat-square}}]] 
-[[https://github.com/cedricbonhomme/Stegano/releases/latest|{{https://img.shields.io/pypi/v/Stegano.png?style=flat-square}}]] 
-[[https://www.gnu.org/licenses/gpl-3.0.html|{{https://img.shields.io/pypi/l/Stegano.png?style=flat-square}}]] 
-[[https://travis-ci.org/cedricbonhomme/Stegano|{{https://img.shields.io/travis/cedricbonhomme/Stegano.png?style=flat-square}}]] 
-[[https://coveralls.io/github/cedricbonhomme/Stegano?branch=master|{{https://img.shields.io/coveralls/cedricbonhomme/Stegano/master.png?style=flat-square}}]] 
-[[https://github.com/cedricbonhomme/Stegano/stargazers|{{https://img.shields.io/github/stars/cedricbonhomme/Stegano.png?style=flat-square}}]] 
-[[https://saythanks.io/to/cedricbonhomme|{{https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.png?style=flat-square}}]] 
- 
- 
-Stéganô is a pure Python [[http://en.wikipedia.org/wiki/Steganography|Steganography]] module. 
- 
-Stéganô is under GPL v3 license. 
- 
-  * [[https://git.sr.ht/~cedric/stegano | Home page]]; 
-  * [[https://stegano.readthedocs.io | documentation]]; 
-  * [[https://www.openhub.net/p/Stegano | Open Hub page]] of Stéganô; 
-  * [[http://freecode.com/projects/stgan | Freecode page]] of Stéganô. 
- 
- 
- 
-===== Installation ===== 
- 
-<code python> 
-$ poetry install Stegano 
-</code> 
- 
- 
-===== Methods of hiding ===== 
- 
-Stéganô implements these methods of hiding: 
- 
-  * using the red portion of a pixel to hide ASCII messages; 
-  * using the [[http://en.wikipedia.org/wiki/Least_significant_bit|Least Significant Bit]] (LSB) technique; 
-  * using the description field of the image (JPEG). 
- 
-Moreover some methods of [[http://en.wikipedia.org/wiki/Steganalysis|steganalysis]] are provided: 
- 
-  * steganalysis of LSB encoding in color images; 
-  * statistical steganalysis. 
- 
- 
-======  License ====== 
-Stéganô is under [[http://www.gnu.org/licenses/gpl-3.0.txt|GPL v3]] license. 
- 
- 
- 
-{{tag>projects cs_lang:python steganography Stéganô}} 
projects/stegano.1586699651.txt.gz · Last modified: 2020/04/12 15:54 by cedric