What cryptoalgorithm supports CipherMode.CTS?
What cryptoalgorithm supports CipherMode.CTS?
posted by vigylant at 07/24/2008 08:00PM
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
------------------- ----- ---- -- -
posted by Arne Vajhøj at 07/25/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...
There are none in .NET Framework.
But you can implement your own algorithm that uses it.
Arne
posted by vigylant at 07/26/2008 12:01PM
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
------------------- ----- ---- -- -