Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.