|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to NOT use an IV for TripleDes encryption?I need some information related to DotNet's IV in
TripleDesCryptoServiceProvider class. My company requires me to write a client application that uses TripleDes encryption to communicate with a server. The server is written in Java. According to the information provided to me by the server guys, they have no option of specifying an IV (Initialization Vector) for encryption/decryption. So, I'll have to somehow do the encryption without the IV. Can you please guide me on how can I prevent TripleDesCryptoServiceProvider from using an IV? The help would be great. Thanks in advance, Faisal Yaqoob Hello Faisal,
you only need the IV if you are using a feedback mode like "Cipher Block Chaining" -> algo.Mode = CipherMode.CBC Electronic Code Book does not use an IV - alg.Mode = CipherMode.ECB --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com Show quoteHide quote > I need some information related to DotNet's IV in > TripleDesCryptoServiceProvider class. My company requires me to write > a client application that uses TripleDes encryption to communicate > with a server. The server is written in Java. > > According to the information provided to me by the server guys, they > have no option of specifying an IV (Initialization Vector) for > encryption/decryption. So, I'll have to somehow do the encryption > without the IV. > > Can you please guide me on how can I prevent > TripleDesCryptoServiceProvider from using an IV? > > The help would be great. > > Thanks in advance, > > Faisal Yaqoob >
Appdomain.CreateDomain throws SecurityException
Help with CryptoStream and incomplete files... Provide grouped security NTFS ACLs from C# (Whidbey) Password Hash Gives Different Results In C# And Classic ASP - Help !!! Using an updated or newer assembly? ASP.NET Authuntication & Authorization policy files and .Net Configuration tool? Sharing login across applications ASPNET_SETREG.exe |
|||||||||||||||||||||||