Microsoft Newsgroup Reader

What cryptoalgorithm supports CipherMode.CTS?

Your Ad Here
What cryptoalgorithm supports CipherMode.CTS?
posted by vigylant at 07/24/2008 08:00PM
Im wondering if there are any cryptoalgorithms (like Rijndael, AES,
TripleDES) which support CipherMode.CTS... All the ones ive tried it
on (Rijndael, AES, TripleDES, DES) just give me an error saying its
not supported for this algorithm...


--
--------------------------------- --- -- -
Posted with NewsLeecher v3.91 Beta 2
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -
re: What cryptoalgorithm supports CipherMode.CTS?
posted by Arne Vajhøj at 07/25/2008 08:00PM
vigylant wrote:
Im wondering if there are any cryptoalgorithms (like Rijndael, AES,
TripleDES) which support CipherMode.CTS... All the ones ive tried it
on (Rijndael, AES, TripleDES, DES) just give me an error saying its
not supported for this algorithm...

There are none in .NET Framework.

But you can implement your own algorithm that uses it.

Arne
re: What cryptoalgorithm supports CipherMode.CTS?
posted by vigylant at 07/26/2008 12:01PM
Nevermind, its ok, i only wanted the mode because it gave the same
lenght on the encrypted output as the unencrypted input...

But CipherMode.CBC with PaddingMode.None also worked fine :)
(Fixed size inputs ofcourse (8, 16, 32), but that was exactly what i
needed)


--
--------------------------------- --- -- -
Posted with NewsLeecher v3.91 Beta 2
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -