-
全功能的加密库,对称加密,非对称加密,单向加密,等待,最新版本...
全功能的加密库,对称加密,非对称加密,单向加密,等待,最新版本-Full-featured encryption library, symmetric encryption, asymmetric encryption, one-way encryption, to wait, the latest version
- 2022-01-26 07:04:58下载
- 积分:1
-
关于Diamond算法的一个小程序
关于Diamond算法的一个小程序-Diamond algorithm on a small program
- 2022-08-11 00:11:47下载
- 积分:1
-
Elliptic Curve Cryptography C achieved in++ 6.0 compiler passed under. Would lik...
椭圆曲线密码C实现的,可以在++6.0下编译通过。希望对大家有帮助!-Elliptic Curve Cryptography C achieved in++ 6.0 compiler passed under. Would like to help everyone!
- 2022-05-13 16:48:37下载
- 积分:1
-
vc 6.0 source of md5
vc++6.0下的md5源程序-vc 6.0 source of md5
- 2022-02-12 21:06:40下载
- 积分:1
-
DES 加密 系统的 C 语言 实现的源代码
DES 加密 系统的 C 语言 实现的源代码-DES encryption system of the C language source code
- 2022-04-09 20:27:15下载
- 积分:1
-
If you use folder
folder-lock 有了它 你就不怕自己的文件被人看到啦 -If you use folder-lock,you are not afraid of your files be peeped.
- 2022-04-11 06:27:46下载
- 积分: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
-
this is a file that encrypt and decrypt a file in vb
this a file that encrypt and decrypt a file in vb-this is a file that encrypt and decrypt a file in vb
- 2023-05-27 07:05:04下载
- 积分:1
-
DES 加密系统的 C 语言源代码,实现了简单的DES加密系统。
DES 加密系统的 C 语言源代码,实现了简单的DES加密系统。-DES Encryption System C language source code, a simple realization DES encryption system.
- 2022-01-28 17:01:17下载
- 积分:1
-
该源码包括了Java加密组件实现DES、RSA和SHA加密算法
该源码包括了Java加密组件实现DES、RSA和SHA加密算法 -The Java source code, including encryption components realize the DES, RSA and SHA encryption algorithm
- 2023-06-15 20:40:03下载
- 积分:1