mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
Correct order of PRNG
As stated in https://github.com/paragonie/random_compat/blob/76e90f747b769b347fe584e8015a014549107d35/ERRATA.md
This commit is contained in:
+1
-1
@@ -13,8 +13,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 or higher
|
||||
- open_basedir access to /dev/urandom
|
||||
- [Libsodium](https://download.libsodium.org)
|
||||
- open_basedir access to `/dev/urandom`
|
||||
- mcrypt extension
|
||||
- com_dotnet extension
|
||||
|
||||
|
||||
Reference in New Issue
Block a user