From 8fe95d74fdbf9f7ab9ade3e2fe0fc27f8721137e Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Thu, 17 Oct 2024 21:33:01 +0300 Subject: [PATCH] added a note that the password-protected files are also encrypted --- src/main/resources/templates/upload.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/templates/upload.html b/src/main/resources/templates/upload.html index e9473c7..325c84c 100644 --- a/src/main/resources/templates/upload.html +++ b/src/main/resources/templates/upload.html @@ -118,6 +118,11 @@ > Upload started... +
+

+ Note: All password-protected files are also encrypted for additional security. +

+