From: Patrick Canterino Date: Sat, 6 Jul 2024 13:20:24 +0000 (+0200) Subject: Added link to Sodium extension in README X-Git-Tag: 4.6.0~4 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/a231e5afadb3319032c8990965d13bcb6d0ae820?ds=sidebyside Added link to Sodium extension in README --- 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.