DEV Community

PASSWORD GENERATOR using HTML, CSS, and Javascript

Divyamcm on October 20, 2021

================================================== Photo by Markus Spiske on Unsplash Dear Reader, Let’s build a password generator which genera...
Collapse
 
torbentee profile image
Torben

Hej Divyamcm very nice article πŸ˜€
The MDN says Math.random() is not cryptographically secure to use. It suggests using Crypto.getRandomValues()

Collapse
 
framedoubt profile image
Brandon Wright • Edited

Thank you for the cool tool share, oh it's built into 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.

Collapse
 
divyamcm profile image
Divyamcm

Hi @lukeshiru , I haven't referred a single tutorial to write the code. I am beginner and whenever I am stuck, I referred stack overflow and other tutorials.
Please feel free correct my code.😊

Collapse
 
jumokee profile image
jumokee

lol nice

Collapse
 
bowero profile image
Robin Martijn

Copying the password to the clipboard is a great touch! πŸ”₯

Collapse
 
cuellar22 profile image
RAUL CUELLAR MORENO

Great to educational services

Collapse
 
sudcha23 profile image
Sudeep Chauhan

I'm going to plug it in my next code!