From 778999861e69a830fc13c66ecc90c59eeb789b2e Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 1 Dec 2017 12:16:14 +0000 Subject: [PATCH] Add warning to TODO. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0a70a7..1de9560 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ client from the browser! We will also have a hosted version of this, but it's not as secure as running your own. More info [here](https://www.etesync.com/faq/#web-client). + +# Important! + +There are some rough edges at the moment. For example, it uses a static IV +instead of a secure random generated one! Please DO NOT use this for any real +data and encryption keys until this warning is removed.