Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要加密很多大型 JPEG 文件。
图片非常敏感,只需要在我的应用程序中解密。
由于图像的数量和大小,速度是一个问题。
你的文件是什么格式并不重要——你可以加密任何字节序列。
阅读有关TripleDESCryptoServiceProvider的文档,它将为您提供加密任何东西所需的所有工具。
当然,如果TripleDES对你来说太慢,你可以尝试一个较弱的算法。但是,老实说,在这些问题上,您通常会以速度换取安全性。
TripleDES