Package de.adiko01.mcds.storage
Class PasswortTools
java.lang.Object
de.adiko01.mcds.storage.PasswortTools
A little Toolbox for Passwords
- Version:
- 1.0
- Author:
- adiko01
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkWeakPassword
(String password) Checks if the Password is weak(package private) static String
Bilde den SHA256
-
Constructor Details
-
PasswortTools
public PasswortTools()
-
-
Method Details
-
checkWeakPassword
Checks if the Password is weak- Parameters:
password
- The Password- Returns:
- true if the password is weak
- Since:
- 1.0
-
getSHA256
Bilde den SHA256- Parameters:
Passwort
- Das Passwort- Returns:
- Den SHA256
- Since:
- 1.0
-