Package org.jpass.utils
Class PasswordInput
java.lang.Object
org.jpass.utils.PasswordInput
Get password from user input
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Get password from user input and calculate entropy The input is hidden when using console (works only in terminal - usually not in IDE)
-
Constructor Details
-
PasswordInput
public PasswordInput()
-
-
Method Details
-
getPassword
Get password from user input and calculate entropy The input is hidden when using console (works only in terminal - usually not in IDE)- Returns:
- password as string
-