Diceware passphrase generator
A password, passphrase, and pin generator, using the diceware method, (*1)
Arnold Reinhold proposed the Diceware method of generating passphrases: start with a dictionary of 7776 common words and use dice rolls to pick words from that dictionary, to form the phrase., (*2)
Using actual dice is preferred, for true security and true randomness. However, I find that tedious and am not quite paranoid enough to go through the effort of doing so. I'm creating these programs, to use the method while taking the grunt work out of the method., (*3)
I'm using the Diceware 8k list, which is optimized for computer selection of words. I'm using RANDOM.ORG to generate random numbers and simulate dice rolls., (*4)
This repository has been forked from http://github.com/jmartindf/diceware ., (*5)
List of modifications:, (*6)