DEV Community

babar ali
babar ali

Posted on • Updated on

Strong Password generater html css js

Image descriptionCheck out this Pen I made!

Top comments (1)

Collapse
 
cwangsanata profile image
Info Comment hidden by post author - thread only accessible via permalink
Chris Wangsanata

Great start! I would say that this isn't "technically" super secure since Math.random() does not provide cryptographically secure random numbers. Use the Web Crypto API instead, and more precisely the Crypto.getRandomValues() method (source)

Some comments have been hidden by the post's author - find out more