Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nazar1ua/password-hash
- Owner: nazar1ua
- License: mit
- Created: 2023-01-04T18:09:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T18:25:25.000Z (about 2 years ago)
- Last Synced: 2024-11-09T19:49:07.869Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```