com.darwinsys.security
Class PassPhrase

java.lang.Object
  extended bycom.darwinsys.security.PassPhrase

public class PassPhrase
extends java.lang.Object

Cheap, lightweight, low-security password generator. See also: java.security.*;


Field Summary
protected static char[] goodChar
           
static int MIN_LENGTH
          Minimum length for a decent password
protected static java.util.Random r
          The random number generator.
 
Constructor Summary
PassPhrase()
           
 
Method Summary
static java.lang.String getNext()
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_LENGTH

public static final int MIN_LENGTH
Minimum length for a decent password

See Also:
Constant Field Values

r

protected static java.util.Random r
The random number generator.


goodChar

protected static char[] goodChar
Constructor Detail

PassPhrase

public PassPhrase()
Method Detail

getNext

public static java.lang.String getNext()

main

public static void main(java.lang.String[] argv)


Copyright © 2000-2003 Ian F. Darwin. See license.html for usage license.