Shubham Jadhav Posted on Sep 22, 2021 Random Password Generator using JavaScript π #codepen #javascript #css #webdev π RANDOM PASSWORD GENERATOR USING JAVASCRIPT π₯π₯ β’ Code below π Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Pacharapol Withayasakpunt Pacharapol Withayasakpunt Pacharapol Withayasakpunt Follow Currently interested in TypeScript, Vue, Kotlin and Python. Looking forward to learning DevOps, though. Location Thailand Education Yes Joined Oct 30, 2019 • Oct 3 '21 • Edited on Oct 3 • Edited Dropdown menu Copy link Hide 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. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
STOP using pseudo-random number generator (PRNG) for password generation (no matter what programming languages).
At least use
window.crypto
in browser, orcrypto
module in Node.js.