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.
我需要有关图像加密和解密的一些想法的帮助。
我想加密/解密图像并使用它们来防止未经授权的用户用他们的图像替换我的图像。我有使用 AES 加密/解密的代码。但是,我很困惑何时解密图像以及如何确定哪个加密字节数组属于特定图像。我想为此使用 2d 字节数组。任何人有任何想法,我怎么能做到这一点?
-那么我会要求你使用Cipher,CipherInputStream并CipherOutputStream进行加密和解密。
Cipher
CipherInputStream
CipherOutputStream
-您可以在图像、文件、视频等上使用它...
请参阅此链接:
http://www.flexiprovider.de/examples/ExampleCrypt.html