-
rsa加密算法源码
rsa加密算法源码-Source code of RSA encrypt algorithm
- 2022-08-24 04:59:14下载
- 积分:1
-
密码生成器,很好用
密码生成器,很好用-password generator, a good use
- 2022-11-24 12:30: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
-
crypt++ 3.2版本,含有几十个加密算法实现
crypt++ 3.2版本,含有几十个加密算法实现-crypt++ 3.2 version, it has realised tens of encrypting algorithms
- 2022-09-21 12:50:03下载
- 积分:1
-
这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下...
这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下-MD4碰撞
- 2022-07-14 20:29:23下载
- 积分:1
-
Well
著名图论问题之一。邮递员从邮局出发送信,要求对辖区内每条街,都至少通过一次,再回邮局。在此条件下,怎样选择一条最短路线?此问题由中国数学家管梅谷于1960年首先研究并给出算法,故名。-Well-known graph theory problems. Postman deliver a letter from the post office proceed to require every street within the right area, at least through the time, return to post office. Under these conditions, how to select a shortest route? This issue by the Chinese mathematician Mei Gu tube study in 1960, and gives the first algorithm, hence the name.
- 2022-06-01 03:25:54下载
- 积分:1
-
Base64 codec demo program
Base64 编解码演示程序 -Base64 codec demo program
- 2022-12-15 14:40:03下载
- 积分:1
-
这是一个获取ACCESS 数据库密码的强悍软件, 适用于ACCESS2
这是一个获取ACCESS 数据库密码的强悍软件, 适用于ACCESS2-This a password access to the Access database software intrepid apply to ACCESS2
- 2022-03-04 05:45:26下载
- 积分:1
-
加密、安全、压缩处理,实例,有爱好者可以学习
加密、安全、压缩处理,实例,有爱好者可以学习-Encryption, security, compression treatment, examples have lovers can learn
- 2022-03-20 04:05:48下载
- 积分:1
-
sha
sha-1算法是目前常用的数字摘要算法,可以为任意长度的数据生成20字节的数字摘要,是数字签名的基础-sha-1 algorithm is commonly used in digital digest algorithm, for arbitrary length of 20 bytes of data generation digital summary is the basis of digital signatures
- 2022-06-15 00:28:01下载
- 积分:1