且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在.NET PCL中解密AES256加密文本?

更新时间:2022-11-05 19:09:18

可能会看一下PCL Crypto库。这是一个NuGet包,它实现了最常见的加密内容。我无法保证它的安全性,因为我不知道它是否已通过审核,但它可能适用于您想要做的事情。



从软件包管理器控制台:

Might look at the PCL Crypto library. It's a NuGet package that implements the most common crypto stuff. I can't vouch for it's security as I don't know if it has been through an audit or not but it may work for what you want to do.

From Package Manager Console:
Install-Package PCLCrypto