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