Encodes and decodes secret messages using whitespace characters
Whitespace steganography: coded messages using whitespace
snow$ snow -C -p 'mypassphrase' message.txt encoded.txt$ snow -C -p 'mypassphrase' encoded.txt decoded.txt$ snow -C -p 'secret' input.txt | base64