Explorar el Código

readded /dev/urandom, the primary source for safe randomness in PHP 7, random_compat and mcrypt

El RIDO hace 10 años
padre
commit
91eabd8489
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      INSTALL.md

+ 2 - 1
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