Skip to content

NextPass generates passwords in a cryoptographically secure way

Notifications You must be signed in to change notification settings

ughurh/nextpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

NextPass - Generate Your Next Password

NextPass generates passwords in a cryoptographically secure way.

Usage:

python nextpass.py [options]

Examples

password with the length of 10 (default is 8)

python nextpass.py 10

password with the minimum and maximum length

python nextpass.py 8 15

specify charset to use: lowercase (l), numeric characters (n), special symbols (s)

python nextpass.py lns 12 15

About

NextPass generates passwords in a cryoptographically secure way

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages