Sodamhan.com

TL;DR

stegsnow

Steganography tool for concealing and extracting messages in text files encoded as tabs and spaces. More information: https://darkside.com.au/snow/manual.html.

  • Extract message from file:

stegsnow path/to/file.txt

  • Extract Compressed and password protected message from file:

stegsnow -C -p password path/to/file.txt

  • Determine approximate Storage capacity with line length less than 72 for file:

stegsnow -S -l 72 path/to/file.txt

  • Conceal message in text from file and save to result:

stegsnow -m 'message' path/to/file.txt path/to/result.txt

  • Conceal message file content Compressed in text from file and save to result:

stegsnow -C -f 'path/to/message.txt' path/to/file.txt path/to/result.txt

  • Conceal message Compressed and password protected in text from file and save to result:

stegsnow -C -p password -m 'message' path/to/file.txt path/to/result.txt

This document was created using the contents of the tldr project.