mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
readded /dev/urandom, the primary source for safe randomness in PHP 7, random_compat and mcrypt
This commit is contained in:
parent
226a64d8a4
commit
91eabd8489
@ -12,7 +12,8 @@ the options and adjust them as you see fit.
|
|||||||
|
|
||||||
- PHP version 5.3 or above
|
- PHP version 5.3 or above
|
||||||
- _one_ of the following sources of cryptographically safe randomness is required:
|
- _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)
|
- [Libsodium](https://download.libsodium.org)
|
||||||
- mcrypt extension
|
- mcrypt extension
|
||||||
- com_dotnet extension
|
- com_dotnet extension
|
||||||
|
Loading…
Reference in New Issue
Block a user