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

问题描述

亲爱的所有人,





我正在开展一个项目,其中包括一个进程,我需要从中导入解密数据应用程序和存储在SQL数据库中。



我有加密的数据和密码来解密文本文件和解密exe。



在我导入之前我需要使用这个解密工具来解密加密的文本文件。



以下是步骤:

1)打开这个解密工具

2)选择加密文本文件的路径(输入1)

3)从另一个文本文件中复制密码并粘贴到文本框中(输入2)

4)给出输出文件的名称(输入3)

5)最后点击解密按钮,生成输出文件到输入文件所在的文件夹存在。



而不是手动完成所有这些操作,有没有办法通过在后台执行所有这些任务来获得输出?



请帮帮我先问。谢谢。

解决方案

Dear All,


I am working on a project which includes a Process in which i need to Import Decrypted data from my application and store in SQL database.

I have encrypted data and password to decrypt in text files and a decryption exe.

Before i import i need to use this decrypt tool to decrypt the encrypted text file.

Following are the steps:
1) open this decrypt tool
2) select path of encrypted text file(input 1)
3) copy the password from another text file and paste in the textbox (input 2)
4) give a name for output file (input 3)
5) finally click on decrypt button which generates an output file to the same folder where input file exist.

Instead of doing all this manually,Is there any way that we can get the output by performing all these tasks in the background ?

Please help me in this regards.Thanks in Advance.

解决方案


这篇关于使用Decrypt工具解密数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 14:03