摘要:
using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace ToolsUtil{ //AES加密DES加密MD5加密 public class EncryptionAlgorithm { public static AESEncryptor fAESEncryptor = new AESEncryptor("My Password", AESBits.BITS256); public s 阅读全文
posted @ 2011-10-15 09:38
EoGene
阅读(895)
评论(0)
推荐(1)

浙公网安备 33010602011771号