snow10/README.md

42 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2017-04-02 03:29:03 +00:00
# Snow10
2017-03-28 17:19:45 +00:00
2018-02-24 04:24:54 +00:00
Obfuscate & Text as White-Space
2017-04-02 03:29:03 +00:00
Demo: [https://ChaosWebs.net/snow10](https://chaoswebs.net/snow10/)
2017-03-28 17:19:45 +00:00
![snow image](snow.jpg)
2018-02-24 04:24:54 +00:00
**Warning**: The cryptography library Snow10 uses a poor way of generating keys from a password. I will fix this in the future, but it should be "good enough" if you use a highly random password. In general I recommend using PGP instead for the encryption portion for now.
2017-03-28 17:19:45 +00:00
# About
2017-04-02 03:29:03 +00:00
Snow10 is a web app inspired by the [original snow program](http://darkside.com.au/snow/) to use whitespace/zero-width characters to obfuscate messages within the whitespace of other content.
2017-03-28 17:19:45 +00:00
# License
2017-04-02 03:50:28 +00:00
GLPv3, see license file
2017-03-28 17:19:45 +00:00
# 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
2018-02-24 04:24:54 +00:00
* 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), see the notice at the top of this readme.
2017-03-28 17:19:45 +00:00
* 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.
2017-08-23 23:54:37 +00:00
* While Snow10 technically has no size limit for messages, very large messages may take a long amount of time to create. Your browser may appear to freeze if you do this, but it should finish eventually.
2017-03-28 17:19:45 +00:00
# Roadmap (to do)
* Ability to automatically spread/retrieve message content into paragraphs of "cover" text
2017-08-23 23:54:37 +00:00
* Optimize the conversion code for longer messages
2017-03-28 17:19:45 +00:00
* CLI version
* Android app
# Contributing
Feel free to make a pull request if you feel that you have improved the software.