当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - des algorithm in c language
搜索资源列表
-
0下载:
用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
-
-
2下载:
DES/3DES算法的C语言实现,我对代码进行优化。只需要几十个字节的内存就可以。很适合用于单片机等下位机使用。-DES/3DES algorithm in C language, I optimized code. Only need dozens of bytes of memory can be. SCM is very suitable for such use under the plan.
-
-
1下载:
DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
-
-
0下载:
一个DES加密算法代码,详细的C语言代码帮助你快速开发,自己的加密软件源码.-A DES encryption algorithm code, C language code in detail to help you quickly develop their own encryption software source code.
-
-
0下载:
libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
-
-
0下载:
CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
-
-
0下载:
DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
-
-
0下载:
对密码学的学习后,基于c语言写的DES算法。-After the study of cryptography, based on DES algorithm is written in c language.
-
-
0下载:
DES完整的加解密算法,使用C语言实现,经过测试,可以运行。
明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。
该算法共16轮,每轮使用一个子密钥。
在进行16轮加密之前,先对明文做一个初始置换IP。
每一轮加密的轮函数f为: .
在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。
-DES encryption algorithm is complete, use the C l
-
-
0下载:
用C语言写的DES加密算法,可以自由设置密钥,适合加密算法学习-Written in C language using DES encryption algorithm, can freely set the key, encryption algorithm for learning
-
-
0下载:
C语言编写的DES算法程序,实现对一段文字进行DES加密和解密,并分别输出。-DES algorithm written in C language programs to achieve a DES encryption and decryption of text and output, respectively.
-
-
0下载:
用C语言写的100行DES加密算法-Written in C language with the DES encryption algorithm 100 lines
-
-
0下载:
用C语言实现DES算法的 编码和译码。简单着了。-DES algorithm in C language coding and decoding.
-
-
0下载:
加密算法中经典的DES算法的C语言实现,利用此算法可以掌握对称加密算法的大致流程-Encryption algorithms, classic DES algorithm in C language, the use of this algorithm can grasp the general process of the symmetric encryption algorithm
-
-
0下载:
DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了:
#ifndef __int64
#define __int64 long long
#endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp
-
-
0下载:
C语言写的DES加密算法,可直接编译使用。-Written in C language DES encryption algorithm, can be directly used.
-
-
0下载:
实现DES加密算法,主要用到C语言, 实现DES加密算法,主要用到C语言-Achieve the DES encryption algorithm, mainly used in the C language, the DES encryption algorithm, mainly used in the C language, the DES encryption algorithm, mainly used in the C language.
-
-
0下载:
DES算法代码,C语言编写,在VC6.0下编写-DES algorithm code, C language, written in VC6.0
-
-
0下载:
des algorithm in c language
-
-
0下载:
des algorithm in c language
-