public class HashUtil extends Object
static String
hash(String algorithm, String srcStr)
md5(String srcStr)
sha256(String srcStr)
toHex(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String md5(String srcStr)
public static String sha256(String srcStr)
public static String hash(String algorithm, String srcStr)
public static String toHex(byte[] bytes)
Copyright © 2024. All rights reserved.