-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Security
Description
As of PHP 7.0, random_bytes
"generates cryptographically secure pseudo-random bytes". We are doing something similar in Symfony\Core\Component\Security\Util\SecureRandom::nextBytes()
as we should probably use the build-in function for PHP7.
Also, @paragonie-scott maintains paragonie/random_compat, a compat lib for PHP 5.x, which we can use for non-PHP7 installations.
ping @symfony/deciders
Metadata
Metadata
Assignees
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Security