Hey guys,
I have a problem on my hands at the moment as I am trying to decrypt a string with 16 bytes and 2 key components of 32 bytes. As below:
Key component 1 = F457E52AB083BCECA17F230B23B36B34 Key component 2 = 6D52616E5D755B4ADA948F31ECD5107C
Encrypted block = 2C187291DCEEB9B9
From what I have picked up the visual basic DES class does not support that. Is any way I get round this.
.NET Development5
|