From fb6633d2492afe61939756925e3115bd6e30e9a2 Mon Sep 17 00:00:00 2001 From: migueldemoura Date: Mon, 19 Sep 2016 22:48:05 +0100 Subject: [PATCH] Add password leak disclaimer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 50bb93f2..d8c285db 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,9 @@ There are additional requirements if you want to create .deb packages. They are: $ mkdir cmake && cd cmake $ cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=off $ make package + + +Disclaimer +---------------------- + +On the event of a password leak, you are strongly advised to create a new filesystem and copy all the data over from the previous one. Done this, all copies of the compromised filesystem and config file must be removed (e.g, from the "previous versions" feature of your cloud system) to prevent access to the key (and, as a result, your data) using the leaked password. \ No newline at end of file