Skip to content

DoctorPoor/pwdrng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwdrng

Go Reference Go version Go Report Card GitHub repo size GitHub repo size

Simple command-line tool to generate passwords

pwdrng
Copied password to clipboard:
bfx861[X<26-b^UT

Installation

With Homebrew

brew tap doctorpoor/pwdrng && brew install pwdrng

With Go

go install github.com/doctorpoor/pwdrng@latest

Usage

pwdrng -h
Name:
  pwdrng - Simple command-line tool to generate passwords

Usage:
  pwdrng [length]

Arguments:
  length    length of the generated password (optional, default 16)

Example usage:
  pwdrng
  pwdrng 32

Further help:
  https://github.com/doctorpoor/pwdrng

License

MIT