Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whitespace encoder

Hides secret messages using whitespace only (invisible) characters.

In 2001, I was given a shareware CD with a program called SNOW on a shareware CD. SNOW was my first encounter with steganography and I've always wanted to implement my own take on SNOW's concept.

Usage

Only plaintext (ASCII only) files are supported at the moment, such as those made in notepad.exe

Encode

$ node whitespace.js [INPUT FILE] [OUTPUT FILE]

Decode

$ node whitespace.js [ENCODED FILE]

See Also

Author

Copyright © 2020 Timothy Keith

Licensed under the ISC license.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

About

Hide messages using invisible / white-space characters

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages