2015年6月23日

Md5加密

摘要: import java.math.BigInteger;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;public class MD5Utils { /** * 使用md5的算法进行... 阅读全文

posted @ 2015-06-23 23:51 静静茹她 阅读(147) 评论(0) 推荐(0)

导航