Skip to content

Generate secure passwords in your command line. Clone of pwd.py to learn Go.

License

Notifications You must be signed in to change notification settings

lukezielke/pwd.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pwd.go

This a Go cli tool to generate secure passwords. Clone of my own project pwd.py

Features

  • create secure passwords
  • create passwords in bulk
  • output passwords to terminal or to a specified .txt file

Usage

Create a password with specified length:

go run main.go -length <length>

Create multiple passwords:

go run main.go -amount <amount>

Save passwords in a specified .txt file:

go run main.go -output <path_to_file>

About

Generate secure passwords in your command line. Clone of pwd.py to learn Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages