Commit c9de795a authored by tanyang's avatar tanyang

合并zuhuduan分支代码

parent 9553180c
package com.dsk.common.utils;
import cn.dev33.satoken.secure.BCrypt;
import cn.hutool.core.codec.Base64;
import cn.hutool.core.util.ArrayUtil;
import cn.hutool.core.util.StrUtil;
......@@ -240,4 +241,9 @@ public class EncryptUtils {
return SmUtil.sm3(data);
}
public static void main(String[] args) {
System.out.println(BCrypt.hashpw("dsk123123"));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment