delphi xe文件加密
我正在寻找一种可以跨平台(win32、unix、mac)工作的文件加密解决方案,这样我就可以在 unix 中创建文件的加密版本,然后在 win32 或 mac 上解密它。 Openssl 在使用 aes 256 的 unix 上运行良好。关于如何在 win32/mac 上解密有什么想法吗?
谢谢
I'm looking for a file encryption solution that will work across platforms (win32, unix, mac) so I can create an encrypted version of a file in unix then decrypt it on win32 or mac. Openssl works well on unix using aes 256. Any ideas for how to decrypt on win32/mac?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
dcpcrypt 是一个不错的选择,我不确定它在 XE 或XE2。
dcpcrypt is a good option, I'm not sure if it works 100% under XE or XE2.
对于文件加密,您是否考虑过使用 AES-256 的 7Zip?然后您可以在任何支持 7zip 的平台上解密,包括 Mac 和 Linux。您可以轻松地从 Delphi 使用 7z.dll。
For file encryption, have you considered 7Zip which uses AES-256? Then you can decrypt on any platform that supports 7zip, which includes Mac and Linux. You could use the 7z.dll easily from Delphi.