Skip to content
/ spag Public

Bare-bones CLI utility to quickly generate cryptographically secure passphrases.

License

Notifications You must be signed in to change notification settings

kxlsx/spag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPAG - Simple Passphrase Generator
==================================

Bare-bones CLI utility to quickly generate cryptographically secure passphrases.

By default it generates a single, 16-character phrase. This can be changed using
the "--number" and "--length" flags. In addition you can choose the used charset
and separator between phrases ("--charset" and "--separator").
Values can be passed as follows:
    | spag --[FLAG]=<VALUE> | or
    | spag --[FLAG]<VALUE>  | or
    | spag --[FLAG] <VALUE> |
In order to see a quick explanation and possible values for each flag, use "--help".

If you want to contribute, or just generally criticize me - feel free to do so.

About

Bare-bones CLI utility to quickly generate cryptographically secure passphrases.

Topics

Resources

License

Stars

Watchers

Forks