
Build a Cryptographically-Secure Password Generator in Node.js with Typescript
I wrote a dead simple Javascript library called pswd-generator to generate password for this blog. In just 23 lines of code, I was able to build a cryptographically-secure password generator thanks to Node.js's native crypto module. And this guide will show you how it's done with Typescript.