Steganography tool for concealing and extracting messages in text files encoded as tabs and spaces. More information: https://darkside.com.au/snow/manual.html.
stegsnow path/to/file.txt
stegsnow -C -p password path/to/file.txt
stegsnow -S -l 72 path/to/file.txt
stegsnow -m 'message' path/to/file.txt path/to/result.txt
stegsnow -C -f 'path/to/message.txt' path/to/file.txt path/to/result.txt
stegsnow -C -p password -m 'message' path/to/file.txt path/to/result.txt