From 3a8ac33dd1b18f52f148f6ee6520d8f2070f296c Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 31 May 2020 17:43:28 +0200 Subject: [PATCH] updated encryption md --- rtfm/ENCRYPTION.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rtfm/ENCRYPTION.md b/rtfm/ENCRYPTION.md index 13b1fda..c1eddeb 100644 --- a/rtfm/ENCRYPTION.md +++ b/rtfm/ENCRYPTION.md @@ -34,8 +34,4 @@ If you have everything running you can upload a new image and it will get encryp If you have uploaded a few files and see them on your storage container (eg S3) you'll notice the file has the '.enc' extension. -When you now wipe your PictShare instances local data folder and request the file again via the URL, the storage controller will pull the encrypted file, decrypt it and save it locally (unencrypted) - -# Todo - -- Automatically encrypt all existing (unencrypted) files on the storage controllers \ No newline at end of file +When you now wipe your PictShare instances local data folder and request the file again via the URL, the storage controller will pull the encrypted file, decrypt it and save it locally (unencrypted) \ No newline at end of file