Re: Free Random Password Generator
From: Nick Maclaren (nmm1_at_cus.cam.ac.uk)
Date: 10/04/04
- Previous message: Bill Unruh: "Re: Free Random Password Generator"
- In reply to: Bill Unruh: "Re: Free Random Password Generator"
- Next in thread: Bill Unruh: "Re: Free Random Password Generator"
- Reply: Bill Unruh: "Re: Free Random Password Generator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 4 Oct 2004 21:49:15 GMT
In article <cjsfol$i55$1@nntp.itservices.ubc.ca>,
Bill Unruh <unruh@string.physics.ubc.ca> wrote:
>
>I think what the person really wanted was a password generator for
>passwords that had some vague chance of being memorable. That means that it
>has to produce stuff which looks something like English (or whatever
>language) words. I once wrote such a generator, and it really worked pretty
>well. The stuff produced looked like it could be a bunch of words, even
>though they were not (I did double letter analysis. Ie, go through a whole
>bunch of text, and calculate what the probablity of any letter following
>another-- then make up the words randomly choosing from those
>probabilities. Ie, choose the first letter according to the probability of
>of the letters in some huge English text. Choose the second according to
>the probability of letters following that first, the third according to the
>probability of following that second etc. ) The entropy was about .3
>letters per letter, password of say 25 letters would have the entropy of 8
>bytes. But the passwords were at least somewhat memorable-- they looked
>like English.
I wrote (and use) one that has a dispersion of about 31 bits, and
produces words that are vaguely pronouncable. However, I am a bit
of a philophile, and that includes many of the constructions that
are likely in English transliterations of Dutch, Czech and other
such languages.
What is needed is the ability to accept complete phrases, where it
is easy to get dispersions of 60+ bits and still be memorable.
Regards,
Nick Maclaren.
- Previous message: Bill Unruh: "Re: Free Random Password Generator"
- In reply to: Bill Unruh: "Re: Free Random Password Generator"
- Next in thread: Bill Unruh: "Re: Free Random Password Generator"
- Reply: Bill Unruh: "Re: Free Random Password Generator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|