Class PassGenerator


  • public class PassGenerator
    extends Object
    Created by luthien on 03/07/2017. Generates pronounceable passwords. A cleaned up and deappletified version of the Java Password Generator on www.multicians.org/thvv/gpw.html .
    • Constructor Detail

      • PassGenerator

        public PassGenerator()
    • Method Detail

      • generate

        public String generate​(int length)
        Generates a new password.
        Parameters:
        length - the required password length
        Returns:
        the shiny new password