updated readme

This commit is contained in:
Kevin Froman 2017-08-23 18:54:37 -05:00
parent 44210f4ae6
commit 4cd26966ee
No known key found for this signature in database
GPG Key ID: 36698DB39DA54065
1 changed files with 3 additions and 0 deletions

View File

@ -22,11 +22,14 @@ GLPv3, see license file
* 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.
* 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.
# Roadmap (to do)
* Ability to automatically spread/retrieve message content into paragraphs of "cover" text
* Optimize the conversion code for longer messages
* CLI version
* Android app