devils-dice
v1.0.0
Published
Cryptographically secure random password generator
Maintainers
Readme
devils-dice 🔐
A cryptographically secure random password generator for Node.js.
Built using Node's crypto module and follows modern password security best practices.
Features
- Secure randomness using
crypto.randomInt - Supports ESM and CommonJS
- Enforces strong password rules
- Customizable length and character sets
- Zero dependencies
Installation
npm install devils-dice