Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whinarn/strongpass
A strong password generator written in Go.
https://github.com/whinarn/strongpass
generator go golang password password-generator
Last synced: 13 days ago
JSON representation
A strong password generator written in Go.
- Host: GitHub
- URL: https://github.com/whinarn/strongpass
- Owner: Whinarn
- License: mit
- Created: 2019-06-22T04:07:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T10:35:44.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T10:09:59.804Z (about 1 month ago)
- Topics: generator, go, golang, password, password-generator
- Language: Go
- Size: 19.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strongpass
A strong password generator written in Go.I needed a password generator that I could trust and ended up writing this. I decided to share this with the world, if it would turn out valuable to someone out there. But don't expect this to grow and expand into something more.
## Requirements
- [Git](https://git-scm.com/downloads)
- [Go 1.12+](https://golang.org/dl/)## Installation
```
git clone https://github.com/Whinarn/strongpass.git
cd strongpass
./install.sh
```## Usage
Type ```strongpass --help``` for more information after installation.