Hi
I am Learning cryptography in .net, why method 1 works while 2 fired argument exception. See http://stackoverflow.com/questions/2006394/symmetric-algorithm-exception for a complete code
1- ICryptoTransform.TransformFinalBlock
2- ICryptoTransform.TransformBlock
Thanks