You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #11, there is now a note about using a better source of randomness if possible, and a "PHP 7" generator which uses the crypto-safe random_int function.
However, if you add a composer dependency for paragonie/random_compat, you can make random_int the default source on all the versions of PHP you support, and that library will automatically polyfill it with the best source available.
The text was updated successfully, but these errors were encountered:
Per #11, there is now a note about using a better source of randomness if possible, and a "PHP 7" generator which uses the crypto-safe
random_int
function.However, if you add a composer dependency for paragonie/random_compat, you can make
random_int
the default source on all the versions of PHP you support, and that library will automatically polyfill it with the best source available.The text was updated successfully, but these errors were encountered: