Skip to content

Commit c4e35c9

Browse files
committed
Add steg examples
1 parent 36dfb49 commit c4e35c9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

sub/enc.md

+19
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,22 @@ gpg> trust
218218
# (enter 5)
219219
gpg> quit
220220
```
221+
222+
## Steganography
223+
224+
Both `steghide` and `outguess` are decent options.
225+
226+
```bash
227+
steghide embed \
228+
-ef data-to-hide.txt \
229+
-cf white-cloud.jpg \
230+
-sf white-cloud-w-data.jpg \
231+
-e serpent \
232+
-p 'strong.pass'
233+
```
234+
235+
```bash
236+
steghide extract \
237+
-sf white-cloud-w-data.jpg \
238+
-p 'strong.pass'
239+
```

0 commit comments

Comments
 (0)