This commit is contained in:
nihilist 2024-09-28 09:11:34 +02:00
parent 74a31b4a02
commit 794aa997dc
3 changed files with 191 additions and 3 deletions

View file

@ -112,6 +112,7 @@
<li><a href="linux/index.html">✅ How to install Linux from a Windows PC ⭐</a></li>
<li><a href="linuxprograms/index.html">✅ How to install and update programs on Linux </a></li>
<li><a href="graphene/index.html">✅ How to install GrapheneOS on a Pixel Phone</a></li>
<li><a href="index.html">❌ Easy Private Chats - Simplex</a></li>
</ol></br>
@ -298,8 +299,8 @@
</ol></br>
<p>💻 Steganography - Hiding secrets in plain sight</p>
<ol>
<li><a href="index.html"> Other sources of Plausible Deniability: Steganography Introduction</a></li>
<li><a href="index.html">❌ Hiding textfiles into images</a></li>
<li><a href="steganography/index.html"> Other sources of Plausible Deniability: Steganography Introduction</a></li>
<li><a href="steghide/index.html">✅ Hiding files in images with Steghide</a></li>
<li><a href="anonzulucrypt/index.html">✅ Hiding entire zipfiles into videofiles files (zulucrypt)</a></li>
</ol></br>
@ -307,6 +308,7 @@
<ol>
<li><a href="index.html">❌ How to Cash out your crypto gains (Fiat income limits, and justifications)</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
@ -330,6 +332,10 @@
<li><a href="index.html">❌ Intrusion detection on remote servers </a></li>
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="index.html">❌ When protests go wrong - SimpleX Disappearing Messages</a></li>
</ol></br>

View file

@ -62,7 +62,7 @@
<div class="col-lg-8 col-lg-offset-2">
<h1>Hiding files in images with steghide</h1>
<a href="../index.html">Previous Page</a></br></br><p><img src="../../assets/img/Zesc.jpg" width="50px" height="50px"> <ba>Zesc - 2024-08-30</ba></p>
<p>steghide is a mature GPL-licensed CLI tool for hiding arbitrary data inside of of image files (and some archaic audio formats). Its official web presence is located at <a href="https://steghide.sourceforge.net/">https://steghide.sourceforge.net/</a>. it conceals data inside a larger coverfile in a way that is indistinguishable to first-order statistical analysis. This means there is are anomalies in the file histogram, making most pictures innocuous without an original to compare to.</p>
<p>steghide is a mature GPL-licensed CLI tool for hiding arbitrary data inside of of image files (and some archaic audio formats). Its official web presence is located at <a href="https://steghide.sourceforge.net/">https://steghide.sourceforge.net/</a>. it conceals data inside a larger coverfile in a way that is indistinguishable to first-order statistical analysis. This means there is are anomalies in the file histogram, making most pictures innocuous <b>without having the original image to compare it to.</b></p>
</div>
</div><!-- /row -->
</div> <!-- /container -->