使用 C# 的 Rijndal 算法

发布于 2024-09-12 09:28:20 字数 74 浏览 4 评论 0原文

我想要 Rijndael 算法的代码来加密任何给定的文本以将其存储在数据库中,我还想知道如何反转加密方法,即:解密加密的文本以使用它。

I want the code of Rijndael algorithm to encrypt any given text to store it in a database, I also want to know how to reverse the encryption method, ie: decrypt the encrypted text to use it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

千鲤 2024-09-19 09:28:20

已经有一个现有的 .NET Framework 实现

There's an existing .NET Framework implementation already.

亢潮 2024-09-19 09:28:20

此资源有您需要的内容:

http://www.obviex.com/samples/Encryption.aspx

This resource has what you need:

http://www.obviex.com/samples/Encryption.aspx

往昔成烟 2024-09-19 09:28:20

您应该看看 这个出色的解决方案,作者是 马克·布里廷汉姆。该类包括加密和解密方法。

You should take a look at this great solution by Mark Brittingham. This class both includes encryption and decryption methods.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文