Package com.logicaldoc.util.security
Class PasswordGenerator
- java.lang.Object
 - 
- com.logicaldoc.util.security.PasswordGenerator
 
 
- 
public class PasswordGenerator extends Object
Generate pronounceable passwords This class uses statistics on the frequency of three-letter sequences in English to generate passwords. The statistics are generated from your dictionary by the program loadtris. See www.multicians.org/thvv/gpw.html for history and info. Tom Van Vleck- Since:
 - 4.0
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PasswordGenerator() 
 - 
 
- 
- 
Field Detail
- 
ALPHABET
public static final String ALPHABET
- See Also:
 - Constant Field Values
 
 
 - 
 
 -