]> git.p6c8.net - jirafeau.git/commitdiff
Added link to Sodium extension in README
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 6 Jul 2024 13:20:24 +0000 (15:20 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 6 Jul 2024 13:20:24 +0000 (15:20 +0200)
README.md

index ac8c26e97ddade0d633ee70730f7a45c21be31f5..bb02b7bbb4cc0ca2f3db38075b1c809c2b7810c4 100644 (file)
--- 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).
 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.
 -  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.

patrick-canterino.de