From 4cd26966ee559c6217f396b84e392fb5986b4750 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Wed, 23 Aug 2017 18:54:37 -0500 Subject: [PATCH] updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 866f335..cae3e26 100644 --- a/README.md +++ b/README.md @@ -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