摘要:
using System;using System.IO;using System.Security.Cryptography;namespace ConsoleApp{ /// /// Security 的摘要说明。 /// public class Security { //8字节密钥 const string KEY_64 = "VavicApp"; const string IV_64 = "VavicApp"; //注意了,是8个字符,64位 public Security() {... 阅读全文
posted @ 2012-12-11 17:45
streetpasser
阅读(167)
评论(0)
推荐(0)
浙公网安备 33010602011771号