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.
- Host: GitHub
- URL: https://github.com/knbr13/password-generator
- Owner: knbr13
- License: mit
- Created: 2023-06-21T00:36:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T06:34:57.000Z (over 2 years ago)
- Last Synced: 2024-06-21T15:48:31.552Z (about 2 years ago)
- Topics: cli, go, password-generator, tools
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).