Releases: BryceWayne/password-generator
Releases · BryceWayne/password-generator
Alpha
Alpha Release: Password Generator in Go
Introducing the Alpha release of our Password Generator written in Go. This tool generates secure passwords by incorporating a mix of lower-case letters, upper-case letters, digits, and special symbols. The program utilizes Go's crypto/rand library for cryptographically secure randomization.
Features:
- Generates passwords of customizable length.
- Ensures a balanced mix of character types.
- Uses cryptographic random number generator for enhanced security.
Quick Start:
Run the command ./password-generator --length 16 to generate a 16-character password.
Try it out and let us know your feedback for further improvements!