搜索资源列表
des-c.rar
- C语言写的DES加密算法源代码。
DES C language
- 本程序是DES 加密系统的 C 语言源代码,对于c/c++学习者,网络安全学习者有很大帮助。-DES Encryption System C language source code, c / c learners, Learners network security will be of great help.
DES(c++)
- 在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据在公共通信网中传输的安全性和可靠性。-communications networks in the two ends, the two sides agreed unanimously the Key, In communications with
des-c#
- c#编译的des加解密算法-compiled des encryption and decryption algorithm
DES
- DES算法的C源码 benchmark.c des.c descalc.c descert.c descycle.c getopt.c getpass.c main.c misc.c radlogin.c uudecode.c uuencode.c
DES-C源代码
- DES-C源代码 -code of DES-C code of DES-C
des-c++
- des密码简单实现,欢迎大家交流哦,大家相互交流学习
DES
- DES.C: DES Algorithm Program from the Book Appliced Cryptography, Bruce Schneier
des C语言简练代码
- 利用简单的C语言编程完成对des加密的一个较为完整的c程序。
DES算法C++源代码
- DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位!
DES
- 信息安全实验指导上的DES源程序,纯c编程,可用于各种c编译器。代码结构,流程清晰,有代码解释,还提供了数据测试。希望对广大初学者有用!欢迎下载!-Information security guidance on the DES experimental source, pure c programming, can be used for a variety of c compiler. Code structure, processes explicit and to explain the
DES
- DES加解密演示 显示中间过程 非常方便-DES encryption and decryption process demonstration showed that the middle is very convenient
des
- 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
des
- des 加解密 Crypt_Decrypt algrithms-des encryto and decryto minides Crypt_Decrypt algrithms
DES
- 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
des.c
- DES.C X_OR ByteBin HexaByte
DES-C
- c语言实现的加密算法,已经实现,非本人实现,-C language implementation of cryptographic algorithms has been achieved, non-I implementation, thank you
DES
- 控制台编程,实现S-DES对文件加密解密(Console programming to implement S-DES encryption and decryption of files)
DES加密与解密
- des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca
DES分组密码
- 利用C++实现DES加密和解密,带有详细实验报告和分析(Using C++ to Encrypt and Decrypt DES)