From a231e5afadb3319032c8990965d13bcb6d0ae820 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sat, 6 Jul 2024 15:20:24 +0200 Subject: [PATCH] Added link to Sodium extension in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac8c26e..bb02b7b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ In case of security troubles on the server, attacker won't be able to access fil By activating this feature, you have to be aware of few things: - Data encryption has a cost (CPU) and it takes more time for downloads to complete once file sent. - During the download, the server will decrypt on the fly (and use resource). -- This feature needs to have the Sodium php module. +- This feature needs to have the [`Sodium`](https://www.php.net/manual/en/book.sodium.php) PHP module. - File de-duplication will stop to work (as we can't compare two encrypted files). - Be sure your server does not log client's requests. - Don't forget to enable HTTPS. -- 2.34.1