Skip to content

πŸŽ‰ Initial Release - v1.0.2

Latest

Choose a tag to compare

@zerowithzero zerowithzero released this 05 Jul 06:40

πŸ” secure-password-generator v1.0.0

First stable release of @zerowillreborn/secure-password-generator β€” a powerful, secure, and developer-friendly password generator for CLI and Node.js.


✨ Features

  • βœ… Cryptographically secure password generation
  • πŸ’» CLI + Node.js API
  • 🧠 Readable mode (avoids O0Il1)
  • πŸŽ› Flags for length, symbols, readability
  • πŸ“‹ Auto-copies password to clipboard
  • 🌈 Beautiful CLI UX with banner + colors

πŸ“¦ Installation

npm install -g @zerowillreborn/secure-password-generator
import generatePassword from '@zerowillreborn/secure-password-generator';

πŸ”— View on NPM
⭐ Star on GitHub