Closed sianciou closed 2 years ago
Avoid using random() function to generate password or uuid, random() is a insecure randomness function where its use can lead to serious vulnerabilities such as easy-to-guess temporary passwords
Thanks for that
Avoid using random() function to generate password or uuid, random() is a insecure randomness function where its use can lead to serious vulnerabilities such as easy-to-guess temporary passwords