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
Last revisionBoth sides next revision
projects:stegano [2017/03/13 07:44] cedricprojects:stegano [2020/04/12 15:54] cedric
Line 14: Line 14:
 Stéganô is under GPL v3 license. Stéganô is under GPL v3 license.
  
-  * [[https://github.com/cedricbonhomme/Stegano | Home page]];+  * [[https://git.sr.ht/~cedric/stegano | Home page]];
   * [[https://stegano.readthedocs.io | documentation]];   * [[https://stegano.readthedocs.io | documentation]];
   * [[https://www.openhub.net/p/Stegano | Open Hub page]] of Stéganô;   * [[https://www.openhub.net/p/Stegano | Open Hub page]] of Stéganô;
Line 24: Line 24:
  
 <code python> <code python>
-sudo pip install Stegano+poetry install Stegano
 </code> </code>
  
  
 ===== Methods of hiding ===== ===== Methods of hiding =====
-For the moment, Stéganô implements these methods of hiding:+ 
 +Stéganô implements these methods of hiding: 
   * using the red portion of a pixel to hide ASCII messages;   * 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 [[http://en.wikipedia.org/wiki/Least_significant_bit|Least Significant Bit]] (LSB) technique;
Line 35: Line 37:
  
 Moreover some methods of [[http://en.wikipedia.org/wiki/Steganalysis|steganalysis]] are provided: Moreover some methods of [[http://en.wikipedia.org/wiki/Steganalysis|steganalysis]] are provided:
 +
   * steganalysis of LSB encoding in color images;   * steganalysis of LSB encoding in color images;
   * statistical steganalysis.   * statistical steganalysis.
Line 42: Line 45:
 Stéganô is under [[http://www.gnu.org/licenses/gpl-3.0.txt|GPL v3]] license. Stéganô is under [[http://www.gnu.org/licenses/gpl-3.0.txt|GPL v3]] license.
  
- 
-====== Donation ====== 
-{{:bc_nbg_64px.png | Bitcoin}} 
- 
-If you wish and if you like Stéganô, you can donate via bitcoin. 
-My bitcoin address: 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ 
  
  
 {{tag>projects cs_lang:python steganography Stéganô}} {{tag>projects cs_lang:python steganography Stéganô}}