Class 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 Detail

      • PasswordGenerator

        public PasswordGenerator()
    • Method Detail

      • main

        public static void main​(String[] args)
      • generate

        public String generate​(int length)