搜索资源列表
TEA介绍及数据加密算法之程序代码 .rar
- TEA介绍及数据加密算法之程序代码
DES算法实现代码
- 用JAVA实现的DES加解密算法代码-using JAVA DES encryption and decryption algorithm code
AES算法
- 一个非常好的ASE代码,通过实验证明能编译通过-A perfect AES program code, and it can be run after translation and edition.
汇编内核加密算法
- 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvemen
DES_fhaha
- 自己编的一个DES加密解密算法代码,运行结果给了比较详细的提示-developed a DES encryption and decryption algorithm code, the operating results for a more detailed tips
ac_source
- 加密算法代码文档,包括DES,LOKI91,IDEA,GOST,BLOWFISH,3-WAY,RC5,A5,SEAL-encryption algorithm code files, including DES, LOKI91, IDEA, GOST, BLOWFISH 3 items of article number-WAY, RC5, A5, SEAL
C51encrypt
- 3个C语言算法源代码:CRC校验、DES的单片机加密算法代码,好用-three C language source code algorithm : CRC, the DES encryption algorithm MCU code handy
Aes_jiamidaima
- 网络安全加密的AES算法代码,希望大家能用的着。-network security encryption algorithm AES code, the hope everyone can be significant.
des算法的实现代码
- /*-功能: 实现DES加密算法的加密解密功能 */ /*- */ /*-说明:des算法的实现代码 */ /*- 能够实现56位或56*n密钥的des算法,可以通过该程序提供的接口 */ /*- 进行数据的加密,保证数据在传送过程的安全性
blowfish
- 嵌入环境下Blowfish加密算法的实现,该算法代码后来移植到Atmega128芯片上实现并在现场应用至今2年多
Twofish加密算法代码
- Twofish 采用128位数据块(128 bits lock),128-192-256-bit 可变长度密钥。-using Twofish 128 blocks of data (128 bits lock) EliteConnect (TM) Universal-192-256-bit variable-length keys.
DES 加密算法代码
- DES密码体制的安全性应该不依赖于算法的保密,其安全性仅以加密密钥的保密为基础-DES password security system should not depend on secrecy algorithm, the only security encryption key based on the confidentiality
IDEA加密算法代码
- IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。-IDEA encryption algorithm is data block encryption algorithm (Cipher Block) category. IDEA use of the length of the 128 bit key, the data block size for 64bit.
SHA算法代码
- 数字签名加密算法的两座大厦先后倒塌—MD5和SHA-1这两种应用最为广泛的数字签名加密算法都被山东大学的王小云教授破解。-encrypted digital signature algorithm has two buildings collapsed - MD5 and SHA-1 that the two most widely used digital signature encryption algorithm has been the Shandong University Profe
MD5加密程序java代码
- 一个由java语言编写的MD5加密算法的实现.-a java language from the MD5 encryption algorithm achieved.
加密算法
- 详细介绍了DES和RSA2算法描述,以及他们的实现的有关代码和他们的区别-detail and the DES algorithm RSA2 described, as well as their realization of the code and the difference between them
图像加密代码
- VC实现的图像加密算法,采用Arnold变换,对于初涉信息安全的人员有一定参考价值-The algorithm of encrypted image completed in VC, applying the Arnold transform .It is valuable to people who will devote himself to infomation security
DESMYC
- 一个DES加密算法代码,详细的C语言代码帮助你快速开发,自己的加密软件源码.-A DES encryption algorithm code, C language code in detail to help you quickly develop their own encryption software source code.
TEA介绍及数据加密算法之程序代码
- TEA介绍及数据加密算法之程序代码-TEA presentation and data encryption algorithm of the program code
DES加密解密代码
- des算法代码,明文密文加密解密,c编程实现程序(DES algorithm code, plaintext ciphertext encryption and decryption, C programming procedures)