摘要:
以下分别是使用了不同的加密方法加密/解密字符串:DES HMACSHA1 SHA1 RC2 MD5 等,待续 using System; using System.IO; using System.Text; using System.Security.Cryptography; namespace Crypt { class Crypt { [STAThread] publi... 阅读全文
posted @ 2005-08-19 09:10
loveabel
阅读(1372)
评论(0)
推荐(0)