使用Botan库中的XTS算法进行加密/解密
Botan 库 (botan.randombit.net/) 有许多加密/解密算法。我有兴趣使用 Botan 中提供的 XTS 算法进行加密/解密。但是,下载的 Botan 库中没有提供 XTS 使用示例。我需要知道 Botan 内部用于加密/解密的 XTS 算法。我已经能够使用 MSVC 在 Windows 上编译 Botan 库。我还可以构建一个与该库链接的示例应用程序并使用 LibraryInitializer
函数。从这一刻开始,我就迷茫了。
问候,赛义夫
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 with this library and use the LibraryInitializer
function. From this point onwards, I am at loss.
Regards, Saif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无论您使用什么算法,这应该是开始使用 Botan 所需的全部内容:
http:// botan.randombit.net/filters.html
我就把它放在这里...
http: //botan.randombit.net/pbkdf.html
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