使用openssl解密c#的DESCryptoServiceProvider的密文
c#加密(dec,cbc):
private void button1_Click(object sender, EventArgs e)
{
string input = "d";
byte[] key = new byte[] { 0x1d, 0x80, 0x6a, 0x0b, 0xc2, 0x04, 0xbf, 0x0d }; //密钥
byte[] iv
原创
2014-03-30 22:00:42 ·
4069 阅读 ·
1 评论