From 91eabd84894758992e102582645cf359e5f98634 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 23 Aug 2016 08:54:26 +0200 Subject: [PATCH] readded /dev/urandom, the primary source for safe randomness in PHP 7, random_compat and mcrypt --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5867196d..8d421ec1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,8 @@ 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 + - PHP 7 or higher + - open_basedir access to /dev/urandom - [Libsodium](https://download.libsodium.org) - mcrypt extension - com_dotnet extension