Package org.jpass.crypt
Class generatePassword
java.lang.Object
org.jpass.crypt.generatePassword
Generate a password with a given length and special characters
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
generatePassword
public generatePassword()
-
-
Method Details
-
generate
Generate a password with a given length and special characters- Parameters:
len
- length of the passwordspecialChars
- include special characters- Returns:
- generated password
-