原创 MD5+Base64加密(密碼常用加密方式)

import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import sun.misc.BASE64Encoder; /**