Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nazar1ua/password-hash

Simple Go program for generating password hashes
https://github.com/nazar1ua/password-hash

Last synced: about 1 month ago
JSON representation

Simple Go program for generating password hashes

Awesome Lists containing this project

README

        

# password-hash

Simple Go program for generating password hashes

## Installing

1. Clone (or download) this repo
2. Build this for your machine (only linux or mac)
```shell
make build
```
Also you can run
```shell
go build -o
```
for Windows

## Usage

```shell
password-hash -p -c
```