We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80d4d7 commit c26e5e5Copy full SHA for c26e5e5
src/Security/Helper/NonceGenerator.php
@@ -19,6 +19,6 @@ private function __construct()
19
20
public static function generate(): string
21
{
22
- return md5(microtime(true).uniqid('', true));
+ return bin2hex(random_bytes(16));
23
}
24
0 commit comments