加密大量大图像的最佳方法是什么?

发布于 2024-07-21 12:41:46 字数 88 浏览 7 评论 0原文

我需要加密很多大型 JPEG 文件。

这些图片非常敏感,只需在我的应用程序内解密。

由于图像的数量和大小,速度是一个问题。

I need to encrypt a lot of large JPEG files.

The pictures are very sensitive and need to only be decrypted inside my application.

Because of the number and size of the images, speed is an issue.

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

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

发布评论

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

评论(1

凉城 2024-07-28 12:41:46

您的文件是什么格式并不重要 - 您可以加密任何字节序列。

阅读有关 TripleDESCryptoServiceProvider< 的文档/a> 这将为您提供加密任何内容所需的所有工具。

当然,如果 TripleDES 对您来说太慢,您可以尝试较弱的算法。 但是,老实说,在这些问题上,您通常会以速度换取安全。

It really doesn't matter what format your files are - you can encrypt any byte sequence.

Read the documentation on, say, TripleDESCryptoServiceProvider and that will provide you with all the tools you need to encrypt anything.

Of course, if TripleDES is too slow for you, you can try a weaker algorithm. But, honestly, you usually trade speed for security in these matters.

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