-
抓取网页密码,能够轻松的将网页上的密码抓取下来,功能比较简单实用...
抓取网页密码,能够轻松的将网页上的密码抓取下来,功能比较简单实用-Crawl page password, can easily crawl password page down function is relatively simple and practical
- 2022-09-17 11:35:03下载
- 积分:1
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
- 2023-06-18 10:00:03下载
- 积分:1
-
介绍如何对共享软件加密。针对菜鸟!文档!
介绍如何对共享软件加密。针对菜鸟!文档!-how to share encryption software. Against a birdie! Document!
- 2022-01-25 17:45:22下载
- 积分:1
-
document encryption software source code, document encryption to drive to genera...
加密文件软件源代码,把要加密文件拖动到生成软件上,按照软件提示要求即可进行保密措施.此源代码为本人校友编辑-document encryption software source code, document encryption to drive to generate software, in accordance with the software can suggest requirements for security measures. This source code for my alumni editor
- 2022-02-05 04:06:57下载
- 积分:1
-
md5加密算法,实现加密的主函数test,还有md5.java实现加密过程
md5加密算法,实现加密的主函数test,还有md5.java实现加密过程-md5 encryption algorithm to achieve the main function of encryption
- 2022-05-15 10:47:35下载
- 积分:1
-
StreamSec Security Library含有多种算法的控件
StreamSec Security Library含有多种算法的控件-StreamSec Security Library contains a variety of control algorithms
- 2022-06-28 18:47:44下载
- 积分:1
-
IBE基于身份的加密系统的系统叁数程序,使用VC6.0开发
IBE基于身份的加密系统的系统叁数程序,使用VC6.0开发-IBE identity-based encryption system of systems Triple the number of procedures, the use of VC6.0 Development
- 2022-06-17 17:57:01下载
- 积分:1
-
Delphi写的base64算法程序
Delphi写的base64算法程序--Base64 algorithm program writed by Delphi
- 2022-03-04 22:03:17下载
- 积分:1
-
密码学的数字签名算法 来自国外教材
密码学的数字签名算法 来自国外教材-Cryptography Digital Signature Algorithm materials from abroad
- 2022-03-02 23:55:36下载
- 积分:1
-
用VC编辑的一个MD5算法,很好用可以顺利进行运行
用VC编辑的一个MD5算法,很好用可以顺利进行运行-VC editor of an MD5 algorithm is useful for the smooth running
- 2022-02-01 21:32:41下载
- 积分:1