开发者

Using XTS algorithm within Botan library for encryption/decryption

The Botan library (botan.randombit.net/) has a number of algorithms for encryption/decryption. I am interested in using the XTS algorithm for encryption/decryption that is available within Botan. However, there is no example provided for XTS usage in the downloaded Botan library. I need to know the XTS algorithm for encryption/decryption from within Botan. I have been able to compile the Botan library on Windows using MSVC. I am also able to build a sample application that links wi开发者_如何学Goth this library and use the LibraryInitializer function. From this point onwards, I am at loss.

Regards, Saif


This should be all you need to get started with Botan, regardless of what algorithm you're using:

http://botan.randombit.net/filters.html

I'll just put this here...

http://botan.randombit.net/pbkdf.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜