DEV Community

Discussion on: How to make a random password generator using javascript

Collapse
 
tezcatl71757461 profile image
Tezcatlipoca

You should reread that MDN page that you linked to. Of course Crypto.getRandomValues is also pseudo-random. It's just better pseudo-random, with higher entropy, so it's safer (and more cpu-cycle-hungry).

Collapse
 
tiguchi profile image
Thomas Werner

You are right, thanks for correcting me. I deleted my last paragraph.