DEV Community

Discussion on: Create a random password generator using JavaScript

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

For passwords, at least use window.crypto.

Or perhaps something like github.com/davidbau/seedrandom

Collapse
 
jankapunkt profile image
Jan Küster

Documentation for Web Crypto API: developer.mozilla.org/en-US/docs/W...