摘要: 需要注意的是:CreateDecryptor时,rgbKey必须为8位byte数组,rgbIV必须为大于等于8位byte数组。 否则会出现“指定键的大小对于此算法无效。”或“指定的初始化向量(IV)与此算法的块大小不匹配。”的错误 阅读全文
posted @ 2016-11-03 10:21 bky_xiaozhu 阅读(376) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PingDemo { class Program { static void Main(string[] a... 阅读全文
posted @ 2016-11-03 08:54 bky_xiaozhu 阅读(2133) 评论(0) 推荐(0) 编辑