Skip to content

Tiny Go utility to generate random secure passwords

License

Notifications You must be signed in to change notification settings

honakac/EntropyKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

EntropyKey

A tiny Go utility to generate random secure passwords right from your terminal.

๐Ÿš€ Features

  • Generates strong passwords with letters, numbers, symbols and custom characters
  • Super lightweight and fast
  • Command-line options to customize everything

๐Ÿ› ๏ธ Build

Just run:

go build

๐Ÿงช Usage

./entropykey [options]

Available options:

  -l <length>    Passphrase length (default: 16)
  -c <count>     Passphrase count (default: 1)
  -C <chars>     Additional characters
  -a             Add alphabet characters (default true, can be disabled with -a)
  -n             Add number characters (default true, can be disabled with -n)
  -s             Add special characters (default false)

Example:

./entropykey -l 24 -c 5 -s -C "_-+="

Generates 5 passwords, each 24 characters long, with special characters and some custom symbols.

๐Ÿ“œ License

Released under the MIT. See LICENSE for full details.


Made with โค๏ธ by honakac

About

Tiny Go utility to generate random secure passwords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages