Skip to content

Generate multiple secure random ASCII passwords of a certain length, written in Go

Notifications You must be signed in to change notification settings

michaelbutler/randompassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

randompassword

Generate one or more random ASCII passwords securely in your terminal.

Usage

NAME:
   randompassword - Generate secure random passwords

USAGE:
   randompassword [options]

OPTIONS:
   --length value  Length of the password(s) (default: 24)
   --count value   Number of passwords to generate (default: 10)
   --help, -h      show help

Building

Requires Go 1.23+ to be installed.

go install
go build randompassword.go

Then run using ./randompassword.

About

Generate multiple secure random ASCII passwords of a certain length, written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages