随笔分类 -  加密

摘要:package com.score.common.util;import java.security.MessageDigest;/** *//*** @discription:A tool of Secutity by SCORE* @author :golon* @time :2009-1-25* @version :1.0* @see :no*/public class Security { private synchronized static byte[] encode(String origin,String code) { byte[] hash = null; try { Me 阅读全文
posted @ 2012-05-04 13:50 中国聚龙 阅读(192) 评论(0) 推荐(0)