搜索资源列表
-
0下载:
用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
-
-
0下载:
用C语言写的100行DES加密算法 运行环境 9x/Me/NT/2000/XP-C language written in 100 lines DES encryption algorithm operating environment 9x
-
-
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下载:
实现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下载:
C语言实现的DES代码,可以直接编译运行。加密10M文件时间大约16到20秒。注释详细。其中工程名AES是手误打错了,实际上是DES算法的实现代码。-C language implementation of the DES code can be directly compiled to run. 10M file encryption for about 16-20 seconds. Detailed notes. Which works were wrong hands AES is wro
-
-
3下载:
通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基
-