Pokerware Secure Passphrase Generator
Pokerware is an offline secure passphrase generator that operates just like Diceware except that it uses a deck of playing cards instead of dice. In some situations a deck may be more readily available than dice. Pokerware draws from 5,304 words, in contrast to Diceware's 7,776 words.
See: Introducing the Pokerware Secure Passphrase Generator
Downloads
- Formal word list:
- Slang word list:
Passphrase generation
-
Thoroughly shuffle the deck. Six or seven riffle shuffles should be sufficient.
-
Draw two cards. Sort them by value, then suit. Suits are in alphabetical order: Clubs, Diamonds, Hearts, Spades.
-
Draw additional cards until you get a card that doesn't match the face value of either of your initial two cards. Observe its suit.
-
Using your two cards and observed suit, look up a word in the table.
-
Place all cards back in the deck, shuffle a few times, and repeat from step 2 until you have the desired number of words. Each word is worth 12.4 bits.
For example, suppose in step 2 you draw King of Spades (KS, K
PDF / postscript build
Choose a word list (formal, slang) and listing type (ascii, unicode) and run it with make.
$ make LIST=slang TYPE=unicode pdf
Which will produce pokerware.pdf
with the selected configuration.