An open API service indexing awesome lists of open source software.

https://github.com/knbr13/password-generator

Password generator program written in Go, allows you to create secure and customizable passwords.
https://github.com/knbr13/password-generator

cli go password-generator tools

Last synced: 7 months ago
JSON representation

Password generator program written in Go, allows you to create secure and customizable passwords.

Awesome Lists containing this project

README

          

# Password Generator

Password generator program written in Go, allows you to create secure and customizable passwords.

## Getting Started

To get started with this password generator, follow the installation and usage instructions below.

### Prerequisites

Before using the password generator, make sure you have Go installed on your system. You can download and install Go from the [official website](https://golang.org/dl/).

### Installing

1. Clone the repository to your local machine:
`git clone https://github.com/knbr13/password-generator.git`

2. Navigate to the project directory:
`cd password-generator`

### Usage

1. Use this tool to generate passwords with specific options, lower and upper case characters are enabled by default.
Example:

```bash
go run main.go -digits -length 16
```

## License

This project is licensed under the [MIT License](LICENSE).