Package com.devebot.opflow.supports
Class OpflowCryptTool
java.lang.Object
com.devebot.opflow.supports.OpflowCryptTool
public class OpflowCryptTool extends Object
- Author:
- acegik
-
Constructor Summary
Constructors Constructor Description OpflowCryptTool() -
Method Summary
Modifier and Type Method Description static booleancheckPasswd(char[] password, char[] hash)static booleancheckPasswd(String password, String hash)
-
Constructor Details
-
OpflowCryptTool
public OpflowCryptTool()
-
-
Method Details
-
checkPasswd
-
checkPasswd
public static boolean checkPasswd(char[] password, char[] hash)
-