snow

Encodes and decodes secret messages using whitespace characters

brewmacoslinux
Try with needOr install directly
Source

About

Whitespace steganography: coded messages using whitespace

Commands

snow

Examples

Encode a secret message into a text file using a passphrase$ snow -C -p 'mypassphrase' message.txt encoded.txt
Decode a message from a whitespace-steganographed file$ snow -C -p 'mypassphrase' encoded.txt decoded.txt
Encode a message and display it as base64$ snow -C -p 'secret' input.txt | base64