Does anybody know: 1. How to specify two different keys, which I want to use with 'TripleDESCryptoServiceProvider' wrapper?
2. If they should be concatenated in one 'Key' property, is it possible to use two separate 128-bit keys, despite there are legal lengths for a key as 128 and 192 bits only? 3. Where I can find more information about the Microsoft's implementation of 'DES/TripleDES/RijndaelCryptoServiceProvider' wrappers (like defaults and possibility to set the Number of Rounds, S-boxes design etc)? 4. If this is impossible, I'd need, probably, use CryptoAPI instead of the .NET classes. But I doubt it supports 128-bit keys ... Thanks in advance, Valentina You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
