如何在C#中使用"libtomcrypt"

mat*_*rix 0 c c# crypt

我想libtomcryptC#for Encrypt-Decrypt中使用该工具包.我不熟悉C,所以帮助我.工具包的链接:http://www.libtom.org/? page = feature&newsitems = 5& whatfile = crypt

vid*_*dit 6

您无需在C#中使用C库进行加密.它有自己的课程,提供您需要的一切.你只需要导入System.Security.Cryptography.以下链接将帮助您进一步..

代码项目 - C#中的密码学文章

C-Sharp Corner- C#中的CryptoGraphy