随笔分类 - 加密
摘要: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
阅读全文
浙公网安备 33010602011771号