2017 © Pedro Peláez
 

library diceware

Diceware passphrase generator

image

nineinchnick/diceware

Diceware passphrase generator

  • Saturday, December 7, 2013
  • by nineinchnick
  • Repository
  • 1 Watchers
  • 1 Stars
  • 397 Installations
  • Perl
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Diceware

A password, passphrase, and pin generator, using the diceware method, (*1)

Description

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)

Fork

This repository has been forked from http://github.com/jmartindf/diceware ., (*5)

List of modifications:, (*6)

  • Removed all unused code.
  • Include support for dictionaries in languages other than english.
  • Added namespaces and PSR-0 compatibility.
  • Include composer support.

The Versions

07/12 2013

dev-master

9999999-dev

Diceware passphrase generator

  Sources   Download

by Joe Martin

password generator passphrase diceware