DEV Community

Discussion on: PASSWORD GENERATOR using HTML, CSS, and Javascript

Collapse
 
aminmansuri profile image
hidden_dude

Math.random() should not be used for security applications.

See stackoverflow.com/questions/408320...

For ways to get cryptographically secure random generated values.