nikkehtine / passgen

Command-line tool to generate passwords, written in Go

Home Page:https://gitlab.com/nikkehtine/passgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passgen

Command-line tool to generate passwords, written in Go.

This repo is hosted on GitLab with a GitHub mirror. If you want to contribute, consider contributing on GitLab.

Usage

TODO

Building

The only requirement is Go >= 1.21

git clone https://gitlab.com/nikkehtine/passgen
cd passgen
# You can run the program directly...
go run .
# ... or build it
go build .
./passgen # and whatever extension is at the end, if there is any

About

Command-line tool to generate passwords, written in Go

https://gitlab.com/nikkehtine/passgen


Languages

Language:Go 100.0%