From 7c2e4e6b0fd81486583673272ac9426fe2ea66cf Mon Sep 17 00:00:00 2001 From: Zesc Date: Thu, 5 Sep 2024 21:28:44 +0200 Subject: [PATCH] steghide --- opsec/steganography/index.html | 85 +---------------------------- opsec/{steg => steghide}/index.html | 26 +++++++-- 2 files changed, 22 insertions(+), 89 deletions(-) rename opsec/{steg => steghide}/index.html (87%) diff --git a/opsec/steganography/index.html b/opsec/steganography/index.html index b52a057..0f27002 100644 --- a/opsec/steganography/index.html +++ b/opsec/steganography/index.html @@ -62,7 +62,7 @@
Previous Page

Zesc - 2024-08-30

Other sources of Plausible Deniability: Steganography

- +

Steganography is the craft of hiding messages. It is a close relative of cryptography, but where cryptography strives to conceal the contents of a messages, steganography attempts to conceal its presence in the first place. Therefore steganography helps avoiding suspicion and providing deniability.

The important difference between the two fields is adherence to Kerckhoffs's principle: the assumption that an algorithm must be publicly known to guarantee that it has no flaws or backdoors. (This is the reason why you should only use open source crypto software and never roll your own crypto.)
Steganography does the opposite by relying on security by obscurity: the method by which you hid your data must be kept secret.

@@ -83,89 +83,6 @@
- -
-
-
-
-

Initial Setup

-

- -

-	
-
- -

- -

-	
-
- -

- -

-	
-
-
-
-
-
- -
-
-
-
-

Setup



-

- -

-	
-
- -

- -

-	
-
- -

- -

-	
-
- -
-
-
-
- - - -
-
-
-
-

Setup



-

-

-	
-
- -

-

-	
-
- -

-

-	
-
- -
-
-
-
-
diff --git a/opsec/steg/index.html b/opsec/steghide/index.html similarity index 87% rename from opsec/steg/index.html rename to opsec/steghide/index.html index 04a1bb2..c7937ed 100644 --- a/opsec/steg/index.html +++ b/opsec/steghide/index.html @@ -8,7 +8,7 @@ - SRVNAME Setup + Hiding files in images with steghide @@ -60,10 +60,26 @@
- Previous Page

nihilist - 00 / 00 / 00

-

SRVNAME Setup

- -

+ Previous Page

Zesc - 2024-08-30

+

Hiding files in images with steghide

+ +

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 https://steghide.sourceforge.net/, but it is ubiquitously mirrored in various repositories and package managers (. If you use APT, simply install it with

+

+# apt install steghide
+
+ +

+ +

+ +

+ +

+ +

+ +

+