摘要:
第一种 直接操作byte数组private void SetValue(byte[] byteArr) { byte[] LenK = new byte[4]; byte[] LenIV = new byte[4]; Buffer.BlockCopy(byteArr,0,LenK,0,4); Buffer.BlockCopy(byteArr, 4, LenIV, 0, 4); int lenK = BitConverter.ToInt32(LenK, 0); int lenIV = BitConverter.ToInt32(LenIV, 0); byte[] KeyE... 阅读全文
posted @ 2013-05-21 13:22
心澄欲遣
阅读(6151)
评论(0)
推荐(0)

浙公网安备 33010602011771号