摘要:
1.SymmetricAlgorithm.Key Property 获取或设置对称算法的密钥 类型:byte[ ] The secret key is used both for encryption and for decryption. For a symmetric algorithm to 阅读全文
posted @ 2020-01-02 13:20
龙猫儿
阅读(199)
评论(0)
推荐(0)
摘要:
1.SymmetricAlgorithm.IV Property 获取或设置对称算法的初始化向量 IV属性的大小必须与BlockSize属性除以8相同。 The classes that derive from the SymmetricAlgorithm class use a chaining 阅读全文
posted @ 2020-01-02 11:43
龙猫儿
阅读(402)
评论(0)
推荐(0)
摘要:
转自https://www.cnblogs.com/JimmyZheng/archive/2012/03/19/2405216.html 阅读全文
posted @ 2020-01-02 11:14
龙猫儿
阅读(128)
评论(0)
推荐(0)