tags:

views:

189

answers:

1

Is it possible to use AES in XTC mode in C# (.net 3.5)? It doesn't seem to be in the CipherMode enumeration. I cannot seem to find any implementations of it on the web.

A: 

Here is the link to a site which gives a C code to download which implements C and XTS. I did not test it. You can wrap C code to C#.