Diceware

Ed Suominen general@eepatents.com
Tue Jul 30 21:27:02 2002


See http://eepatents.com/privaria/worksheet.pdf for a random password selection system that, IMHO, is far easier to use than diceware. (That's why I thought it up...)

/--- Ed Suominen ------------------------------\ 
|> Registered Patent Agent
|> Independent Inventor of EE Technology
|> Author, PRIVARIA Secure Networking Suite
||  Freely available at http://www.privaria.org
\--- http://www.eepatents.com -----------------/


-----Original Message-----
From: Daniel Carrera [mailto:dcarrera@math.toronto.edu]=20
Sent: Tuesday, July 23, 2002 11:37 PM
To: gnupg-users@gnupg.org
Subject: Diceware

Thanks for the recommendation of Diceware.  It's a very neat system.
I'll use it.

The website recommends using dice instead of a computer program unless
you know what you're doing.  I think I know what I'm doing (and I don't have
the patience for generating several passwords using dice).

On a Linux box, I am using /dev/random as a source of random bits, which
I turn into digits with Perl's unpack().  I chop off all digits outside
the range [1-6] and use those to get the words.

Can anyone detect any error here?

Daniel.