DEV Community

Shubham Jadhav
Shubham Jadhav

Posted on

3 1

Random Password Generator using JavaScript ๐Ÿš€

๐Ÿ‘‰ RANDOM PASSWORD GENERATOR USING JAVASCRIPT ๐Ÿ”ฅ๐Ÿ”ฅ

โ€ข Code below ๐Ÿ‘‡

Top comments (1)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt โ€ข โ€ข Edited

STOP using pseudo-random number generator (PRNG) for password generation (no matter what programming languages).

At least use window.crypto in browser, or crypto module in Node.js.

nextjs tutorial video

Youtube Tutorial Series ๐Ÿ“บ

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series ๐Ÿ‘€

Watch the Youtube series

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay