I'm having trouble decrypting with the code below that I found on the net:
When you debug it is possible to see that in the TripleDES.Key
property has the value 16 in length
and Buffer
15, is it for this reason? How to solve?
I do not understand anything about encryption, I got this code on the internet.