/var/www/vhosts/nabawater/vendor/paragonie/random_compat/lib
NameSizeModeActions
byte_safe_strings.php63140644editdlrm
cast_to_int.php27190644editdlrm
error_polyfill.php16620644editdlrm
random.php79460644editdlrm
random_bytes_com_dotnet.php30130644editdlrm
random_bytes_dev_urandom.php64540644editdlrm
random_bytes_libsodium.php29450644editdlrm
random_bytes_libsodium_legacy.php29240644editdlrm
random_bytes_mcrypt.php26050644editdlrm
random_int.php67170644editdlrm
Edit: /var/www/vhosts/nabawater/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php (3013B)
GetRandom($bytes, 0)); if (RandomCompat_strlen($buf) >= $bytes) { /** * Return our random entropy buffer here: */ return (string) RandomCompat_substr($buf, 0, $bytes); } ++$execCount; } while ($execCount < $bytes); /** * If we reach here, PHP has failed us. */ throw new Exception( 'Could not gather sufficient random data' ); } }