From 932c0b573d249a000998a95f01d6f4eae5cd414f Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 24 Aug 2016 16:43:44 +0200 Subject: [PATCH] More useful links for Libsodium installation Also mentioning one needs to install the PHP extension too. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8ac67fa..7c61b6d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,7 +13,7 @@ the options and adjust them as you see fit. - PHP version 5.3 or above - _one_ of the following sources of cryptographically safe randomness is required: - PHP 7 or higher - - [Libsodium](https://download.libsodium.org) + - [Libsodium](https://download.libsodium.org/libsodium/content/installation/) and it's [PHP extension](https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium) - open_basedir access to `/dev/urandom` - mcrypt extension - com_dotnet extension