-
This software calculates the crc32 polynomial of a string. There is one class cC...
This software calculates the crc32 polynomial of a string. There is one class cCrc32.
- 2022-03-01 08:59:41下载
- 积分:1
-
实现md5的算法。 实现md5的算法。
实现md5的算法。 实现md5的算法。-The realization of md5 algorithms. The realization of md5 algorithms.
- 2022-10-24 21:35:03下载
- 积分:1
-
AES加密算法
128位的AES加密算法、可以在FPGA上实现。利用硬件描述语言Verilog实现。各个模块都有,行变换、列混淆、轮密钥加变换、密钥扩展,并且有说明文档PDPF格式的。有完整的测试程序Testbench。特别适合研究AES加密算法的爱好者。
- 2022-03-15 16:40:20下载
- 积分:1
-
这是三重算法源代码(C++语言版本)
这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
- 2022-12-11 06:55:03下载
- 积分:1
-
一个用ATL开发的Base64编码控件,使用简单,用EnCode64(str)编码,EnCode64(str)解码,属性EnCode存放源码,属性DeCode存...
一个用ATL开发的Base64编码控件,使用简单,用EnCode64(str)编码,EnCode64(str)解码,属性EnCode存放源码,属性DeCode存放Base64码,开发平台:VC.Net- The Base64 code which develops with ATL controls, the use is
simple, (str) codes with EnCode64, EnCode64 (str) decodes, the
attribute EnCode depositing source code, attribute DeCode deposits the
Base64 code, develops the platform: VC.Net
- 2022-06-28 10:38:18下载
- 积分: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
-
用JAVA做的模拟电梯的程序,是自己做的
用JAVA做的模拟电梯的程序,是自己做的- Simulation elevator procedure does which with JAVA, is oneself
does
- 2023-08-28 09:55:03下载
- 积分:1
-
Password Safe is a password database utility. Users can keep their passwords sec...
Password Safe is a password database utility. Users can keep their passwords securely encrypted on their computers. A single Safe Combination unlocks them all.-Password Safe Password Safe is a password database utility. Users can keep their passwords securely encrypted on their computers. A single Safe Combination unlocks them all.
- 2022-03-22 18:11:23下载
- 积分:1
-
大素数生成算法的实现,很不错的一段程序
大素数生成算法的实现,很不错的一段程序-large prime number generation algorithm to achieve a very good procedures
- 2022-02-05 16:12:53下载
- 积分:1
-
文件加密的编译。
汇编加密文件一例。-compilation of case file encryption.
- 2022-01-25 18:12:47下载
- 积分:1