-
C的原代码,可以参考的.用一定的下在价值
C的原代码,可以参考的.用一定的下在价值-the original C code can reference. With a certain value in the next
- 2023-02-20 19:35:03下载
- 积分:1
-
hash算法的vb实现.很好用!
hash算法的vb实现.很好用!-hash algorithm to achieve the vb. With good!
- 2022-03-21 07:41:04下载
- 积分:1
-
用途:自创加密算法
用途:自创加密算法-purposes : Inventing encryption algorithm
- 2023-05-04 23:25:03下载
- 积分:1
-
在原作者Jim Gillogly代码的基础上修改优化,并实现C++改写。实现了DES加密。当然,密钥可在源文件中修改,或提供修改的接口函数。...
在原作者Jim Gillogly代码的基础上修改优化,并实现C++改写。实现了DES加密。当然,密钥可在源文件中修改,或提供修改的接口函数。-the originator Jim Gillogly code revision on the basis of optimization, and to achieve C rewritten. Implementation of DES encryption. Of course, the key in the source documents changes, or amendments to provide the interface function.
- 2022-05-09 10:36:46下载
- 积分:1
-
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;data...
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source files, Calling the document which functions as follows : dataofText.txt document is imported specifically, in exchange for various bits of data; dataofKey.txt paper input key to change bits; dataofDES.txt document is the output data encryption, including the wheels round and the key encryption exports, and finally the secret text in the document have been described.
- 2022-05-26 17:52:28下载
- 积分:1
-
The source code of IDEA encryption algorithm
idea加密算法源代码-The source code of IDEA encryption algorithm
- 2022-06-11 15:55:08下载
- 积分:1
-
The Cryptography API: Next Generation (CNG) is a new and agile framework in Wind...
The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider. -The Cryptography API: Next Generation (CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider.
- 2022-04-29 00:05:09下载
- 积分:1
-
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。...
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。-A full example that encript a file with many motheds.You should sompile it under D7.
- 2022-02-05 03:48:24下载
- 积分:1
-
C++ Under the base64 encoding, can support any data base64 encoding.
C++下的base64编码,能够支持任何数据进行base64编码。
-C++ Under the base64 encoding, can support any data base64 encoding.
- 2022-07-09 08:12:41下载
- 积分:1
-
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应...
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。-DES (Data Encryption Standard) algorithm, in 1977 the United States government"s official permission, is a key 56 to 64-bit data encryption methods. DES algorithm to be applied to many needs security encryption occasions. (Eg : UNIX password algorithm is to DES algorithm-based).
- 2022-02-02 12:16:17下载
- 积分:1