Re: Pronounceable Password Generator
From: David Magda (dmagda+netgroups_at_ee.ryerson.ca)
Date: 05/03/03
- Next message: Shill: "Re: Why is AES more secure than DES??"
- Previous message: Mark Mentovai: "Re: Why is AES more secure than DES??"
- In reply to: John E. Hadstate: "Pronounceable Password Generator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 03 May 2003 11:44:08 -0400
"John E. Hadstate" <nospam@null.nil> writes:
> I have written a simple Java applet that generates pronounceable passwords
> that are unlikely to be found in any dictionary. If you go to the link
> below, you will see a link to the password generator, and right beside it, a
> link to the source code. Right-clicking the (Source Code) link and choosing
> "Save target as..." will get you a zip file containing the password.java
> file and a bunch of other rubbish maintained by Visual J++. The applet
> should need no privileges other than the normal Java sandbox.
>
> http://bellsouthpwp.net/j/h/jhadstat/javaapps.htm
FWIW, S/KEY (RFC 1760) has a mechnism for converting any 64-bit bit
number into a sequence of six short (1 to 4 letter) English words.
It could probably be extended to any bit length.
S/KEY was extended in RFC 1938 ("A One-Time Password System"). S/KEY
used MD4 as hash, OTP adds MD5 and SHA-1.
-- David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/ Because the innovator has for enemies all those who have done well under the old conditions, and lukewarm defenders in those who may do well under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
- Next message: Shill: "Re: Why is AES more secure than DES??"
- Previous message: Mark Mentovai: "Re: Why is AES more secure than DES??"
- In reply to: John E. Hadstate: "Pronounceable Password Generator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|