Class PasswordGenerator

java.lang.Object
page.codeberg.friedolyn.crypto.PasswordGenerator

public class PasswordGenerator extends Object
A class that generates secure passwords and passphrases. It uses the EFF word list to generate password, which are easy to remember and type, but not as secure as random passwords. The strength of a password can be estimated with the estimatePasswordStrength(char[]) method, which uses the Zxcvbn library.