搜索资源列表
DES加密C代码
- DES加密C代码带执行程序-DES encryption with C code enforcement procedures
DS28E01-100-C-code-2008-4-29
- DS28E01 加密算法 C代码,经过测试没有问题。-DS28E01 C code
RSA(C++code).rar
- C++ 源代码实现 非对称算法(RSA),C++ Source code to achieve asymmetric algorithms (RSA)
aes256b.zip
- AES 256 source code, standards passed,AES 256 source code, standards passed
sha1-c
- sha1的C语言源代码,简单易学,还有案例-sha1 c code
AES-C
- aes(rijndael 算法)的C语言实现,完整的程序源码,仅供参考-aes (rijndael algorithm) of the C language, complete source code, for reference only
RC4
- RC4 算法的C代码实现,新手上路请多关照-RC4 algorithm C code, please take care of Getting Started
Awenben
- A盟密本-----不错的文本加密源代码 =================================== 产品特点 ~~~~~~~ ================================= 1、文本加密 使用简单的XOR技术加密,不过是很容易破解的 2、获取C盘序列号变成注册码(压缩文件里面附上算号器) 3、通过百度搜索 4、多语言支持 5、文字字体、颜色选择 6、关联文件,关联*.UOD(此项有BUG,欢迎高人指出) -A UN
3DES
- 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
(Clanguage)
- CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
file_transfer
- 这是网络信息安全课程写的一个给文件加密传输的源代码,可以在局域网中进行文件传输,文件可以选择是否加密,很好的学习DES加密的源代码程序。-This is the network information security courses to write a file encryption to transfer the source code can be carried out in the local area network file transfer, file encryption c
lib_crc-CRC_library
- The file lib_crc.c contains source code for functions to calculate five commonly used CRC values: CRC-16, CRC-32, CRC-DNP, CRC-SICK, CRC-Kermit and CRC-CCITT. The functions can be freely used. - The file lib_crc.c contains source cod
IEDA.c
- IDEA c源码 Idea_Crypt Idea_InvertKey Idea_ExpandUserKey -IDEA c code Idea_Crypt Idea_InvertKey Idea_ExpandUserKey
code
- 此算法用于实现一种基于查找表的混沌加密,将随机产生的一个数组加密后输出,同时也可以将解密后的数据与原始数据进行对照,本算法已经在5509芯片上进行实时运行过,用于对16bit语音信号的高16位加密,能满足实时性。-The algorithm used to achieve a look-up table based chaotic encryption, will be an array of randomly generated encrypted output, but also can d
twofish-optimized-c
- Twofish encryption c code with testing algorithm
CRC-16Code
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the paper from the engineering poi
cryptography-source-code-in-c
- 密码学各种加密程序算法,包括DES,AES,RSA等主要的加密算法-cryptography sourse code in C
RSA-algorithm-of-C-language
- RSA加密算法的C代码实现,过程很清晰,很好很有用天!-It is rsa algorithm of C code, the process is very clear, and it s very good and useful
c
- 一个很简单的C++代码,实现加密解密功能,其中涉及到VB工程来建立窗口-A very simple c++ code, encrypt, decrypt function realization, which involves VB project to set up the window
rijndael.c
- 该代码实现完整的AES加密和解密流程。 二次开发者可对照AES的算法步骤自行调整设置。(This C code is used to fulfill the whole procedure of AES(Advanced Encryption Standard) . The developer can modify the configuration in the code to help himself by referring the main steps of AES.)