Package eu.europeana.apikey.util
Class PassGenerator
- java.lang.Object
-
- eu.europeana.apikey.util.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 Summary
Constructors Constructor Description PassGenerator()
-
-
-
Method Detail
-
generate
public String generate(int length)
Generates a new password.- Parameters:
length- the required password length- Returns:
- the shiny new password
-
-