用文件打包应用程序

发布于 2024-10-17 23:38:28 字数 256 浏览 1 评论 0原文

我目前正在开发一个应用程序,该应用程序将使用 C# 中的 bouncy castle api 进行加密/解密,我已经完成了所有公共/私有和密码短语密钥加密/解密工作,但还需要能够创建加密的自我解密档案,我读到最好的方法是使用我编写的密码加密对文件进行加密,并创建一个轻量级表单应用程序来解密文件,我已经这样做了,但我的问题是现在,如何将表单应用程序与文件打包,以便我可以自动将文件保存在某处,启动传递文件位置的表单应用程序,以便用户指定要保存解密文件的位置并输入密码?

预先非常感谢

I'm currently working on an application which will use the bouncy castle api in C# to encrypt/decrypt, I've got all of the public/private and pass phrase key encryption/decryption working but need to also be able to create encrypted self decrypting archives, I've read that the best way to do this is the encrypt the file using the passphrase encryption that I've written and create a light weight forms application which will decrypt the file, I've done this but my question is now how do I package the forms application with the file so that I can automatically save the file somewhere, launch the forms application passing in the file location in order for the user to specify where they want to save the decrypted file and enter their passphrase?

Many thanks in advance

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

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

发布评论

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

评论(1

翻身的咸鱼 2024-10-24 23:38:28

在阅读了许多其他帖子后,我意识到执行此操作的最佳方法是动态创建应用程序,然后将要解密的文件添加到应用程序的资源中。

After reading many other posts I've realised that the best way to do this is by creating the application on the fly and then adding the file to be decrypted to the resources of the application.

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