Skip to content

Commit

Permalink
update README to reflect latest code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atoponce committed Sep 11, 2017
1 parent fa46ebf commit af310ef
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,56 +92,57 @@ Options are:
Output can be valid JSON, meant to be both human and machine parseable. Default
is unformatted plaintext:

$ nodejs nodepassgen
Diceware(English): huck be steed 11th yam vito
EFF(Short): agony urban trio jazz near ajar tutu
Alternate(PGP): orca pioneer payday music Babylon phonetic disruptive choking
Pseudowords(Bubble Babble): xulym-gyryz-tesem-zetax-selox
Base94(null): _k|~):tLDc$
Emoji(null): ๐Ÿˆต โ—ผ ๐Ÿ”ธ ๐Ÿ• ๐Ÿ’ฅ ๐Ÿ‘ฎ ๐Ÿฏ ๐Ÿ”ณ

$ nodejs nodepassgen --json
$ nodepassgen
Alternate(Trump): deplorable stuns 1988 Broaddrick 44 Russians
Bitcoin(English): dirt globe expire victory oak okay fragile
Diceware(English): spew vw night grain 89 won
EFF(Short): lair shush royal jam snack visor busy
Pseudowords(Bubble Babble): xekyp-binah-gofop-febun-kemax
Random(Base94): Gf&qfko

$ nodepassgen --json
[
{
"Generator": "Alternate",
"Wordlist": "Trump",
"Password": "#newyear thoughts nuclear fools damage steel",
"Characters": 39,
"Entropy": 74
},
{
"Generator": "Bitcoin",
"Wordlist": "English",
"Password": "leader naive way subway board citizen beach",
"Characters": 37,
"Entropy": 77
},
{
"Generator": "Diceware",
"Wordlist": "English",
"Password": "squid renown break goggle purr marry",
"Characters": 31,
"Password": "55 parse club kudo bread reagan",
"Characters": 26,
"Entropy": 77
},
{
"Generator": "EFF",
"Wordlist": "Short",
"Password": "duct niece decal ivory tray oil jeep",
"Characters": 30,
"Entropy": 72
},
{
"Generator": "Alternate",
"Wordlist": "PGP",
"Password": "tolerance billiard integrate uncut adviser slowdown asteroid Oakland",
"Characters": 61,
"Password": "omen robin mud jot savor reach ivy",
"Characters": 28,
"Entropy": 72
},
{
"Generator": "Pseudowords",
"Wordlist": "Bubble Babble",
"Password": "xakiz-rumyr-xiceg-doxur-kibix",
"Password": "xakyf-difiv-xuvil-tamal-mivax",
"Characters": 25,
"Entropy": 78
},
{
"Generator": "Base94",
"Wordlist": null,
"Password": "@fg/;aMt~)!",
"Generator": "Random",
"Wordlist": "Base94",
"Password": "2_c+#]ky6B1",
"Characters": 11,
"Entropy": 72
},
{
"Generator": "Emoji",
"Wordlist": null,
"Password": "โ‡ ๐Ÿ’‹ ๐ŸŽก ๐Ÿ†” ๐Ÿ“ซ ๐Ÿ’• ๓พ“ฌ ๐Ÿ”š",
"Characters": 8,
"Entropy": 78
}
]

0 comments on commit af310ef

Please sign in to comment.