Skip to content

Releases: BryceWayne/password-generator

Alpha

28 Oct 20:32

Choose a tag to compare

Alpha Pre-release
Pre-release

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!