From 4f798a173586c309475b55cdbe5ec151d92db084 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 7 Feb 2017 22:24:09 +0100 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..365f4d2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# lufi_ynh + +It stores files and allows you to download them. + +Is that all? No. All the files are encrypted by the browser! It means that your files never leave your computer unencrypted. The administrator of the Lufi instance you use will not be able to see what is in your file, neither will your network administrator, or your ISP. + +The encryption key part of the URL is a anchor (Cf. Fragment Identifier), that means this part is only processed client-side and does not reach the server. :-)