> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/tools/steganography.md).

# Steganography

### StegHide

```
steghide info image.jpg
steghide extract -sf image.jpg
```

### Stegcracker

```
stegcracker image.jpg rockyou.txt
```

### ExifTool

```
exiftool image.jpg
```

### Binwalk

```
binwalk -e image.png 
binwalk -Me image.png

-e: Extract known  file types
-M: Extract recursively
```

### Extract from image

```
7z e name.zip 

Enter password when asked. 
```
