摘要:
rfcs:http://www.faqs.org/rfcs/rfc1321.htmlimport java.security.*; import java.security.spec.*; public class MD5{ public String convert(String s){ char hexChars[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ' 阅读全文
posted @ 2005-10-31 11:42
程序员天下
阅读(233)
评论(0)
推荐(0)
浙公网安备 33010602011771号