Whitespace steganography
Go to file
Kevin Froman 2a93d293f8
changed license to gplv3
2017-04-01 22:50:28 -05:00
fonts replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code) 2017-03-28 11:09:11 -05:00
LICENSE changed license to gplv3 2017-04-01 22:50:28 -05:00
README.md changed license to gplv3 2017-04-01 22:50:28 -05:00
aes.min.js Complete rework to not use server side code, added no encrypt option 2016-08-05 06:08:47 -05:00
bootstrap-theme.min.css replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code) 2017-03-28 11:09:11 -05:00
bootstrap.min.css replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code) 2017-03-28 11:09:11 -05:00
bootstrap.min.js replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code) 2017-03-28 11:09:11 -05:00
clipboard.min.js replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code) 2017-03-28 11:09:11 -05:00
font-awesome.min.css replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code) 2017-03-28 11:09:11 -05:00
index.html changed license to gplv3 2017-04-01 22:50:28 -05:00
jquery.bootstrap-growl.min.js added jquery growl instead of alert 2017-03-30 20:17:52 -05:00
jquery.min.js replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code) 2017-03-28 11:09:11 -05:00
main.js changed license to gplv3 2017-04-01 22:50:28 -05:00
snow.jpg improved readme 2017-03-28 12:19:45 -05:00
theme.css changed license to gplv3 2017-04-01 22:50:28 -05:00
theme.min.css added pre output 2017-03-30 22:42:02 -05:00

README.md

Snow10

Obfuscate & Encrypt Text as White-Space

Demo: https://ChaosWebs.net/snow10

snow image

About

Snow10 is a web app inspired by the original snow program to use whitespace/zero-width characters to obfuscate messages within the whitespace of other content.

License

GLPv3, see license file

Warnings

  • No steganography is perfect, your message may be discovered especially by skilled adversaries.
  • Some text editors (like vim) show zero width characters
  • Some clients/places may strip whitespace characters
  • Use encryption if you really need to protect your messages. Use a good password but keep in mind that no encryption is perfect (Snow2 uses cryptojs AES)
  • It is best to save the site offline to avoid your messages being intercepted by possible malicious code sent from (my) web server
  • The larger your message, the more obvious it is that it is there.

Roadmap (to do)

  • Ability to automatically spread/retrieve message content into paragraphs of "cover" text

  • CLI version

  • Android app

Contributing

Feel free to make a pull request if you feel that you have improved the software.