Skip to content

A simple command line tool that generates a new passphrase each time it is run.

Notifications You must be signed in to change notification settings

ice-cream-coder/PassphraseGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PassphrasesGenerator

This is an executable swift command line tool for generating reasonably secure memorable passphrases.

Each time the executable runs is will generate a new pass-phrase with the format: Adjective Noun Verb Noun Adverb

This format makes the pass phrase easier to remember, but limitting parts of speach does make the password weaker if the hacker know your format. Using the tool to get ideas, and making custom edits that include punctuation may make the pass phrase stronger and easier to remember.

The definitions of the words in the passphrase are also printed out to help with memorization. The strength of the passphrase is printed out. It is calculated assuming the the hacker knows the method used to generate the passphrase. The strenght of a randomly generated 12 character password is printed out for comparison.

For other sentance structures, feel free to edit the code before building.

About

A simple command line tool that generates a new passphrase each time it is run.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages