本文介绍了使用PGP加密和数字签名文本文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有

i正在开发一个winform应用程序,我必须对文件执行以下操作,然后将其上传到ftp服务器上。

操作:

首先使用客户端发送的PGP密钥(公共密钥)加密文本文件。

第二次添加数字签名。



我怎么能得到它?

请帮帮我

Dear All
i am working on a winform aplication where i have to perform the followings actions on a File and then upload it on a ftp server.
actions:
First encrypt a text file using PGP Key (Public) sent by the client.
Second add the digital signature to it .

How can i get that?
Please help me out

推荐答案


这篇关于使用PGP加密和数字签名文本文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 09:26