Description: AVR单片机的优化RC6 加密算法(速度快,其优化思想绝对值得学习)
在有128bytes RAM 的AVR单片机上执行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys)
* 对多数代码进行了 C 语言优化,对数据相关循环移位,模乘等用ASM优化
* 在4MHz无乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。
* 编译器: AVR-G-AVR optimization RC6 encryption algorithm (faster, optimizing their thinking definitely worth learning) 128bytes of RAM in the AVR on the implementation of production 16/10/8 (16 bit/10 rounds/8 bytes keys)* for the majority of code optimization of the C language the data related to cycle shift, mode used by other optimization* ASM 4MHz without the multiplier be average AVR 1172 Bytes/s speed encryption and decryption.* Compiler : AVR-G Platform: |
Size: 5120 |
Author:陈谭 |
Hits:
Description: des 加密解密算法 标准C的实现。
可以在C, C++ , VC项目中直接使用。-des encryption and decryption algorithm standard C implementation. In C, C++, VC direct use projects. Platform: |
Size: 3072 |
Author:hp100 |
Hits:
Description: DES算法,用c++实现。从文件读入明文,将密文写入文件。所有源码齐备,保证测试通过。-DES algorithm, using c++ implementation. Read from a file into the plaintext, the ciphertext to write the file. All source code in place, ensure the test. Platform: |
Size: 5120 |
Author:dong |
Hits:
Description: DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek Platform: |
Size: 3072 |
Author:huangjianqiang |
Hits:
Description: C写的不到90行的标准DES加密算法代码,部分代码可看源码爱好者截图所示,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。
-C less than 90 lines written in the standard DES encryption algorithm code, part of the code can look at source enthusiasts screenshot below, DES encryption algorithms, commonly used in programming an encryption algorithm, easy to use, encryption security, the implementation of high efficiency, there is Many programming friends prefer to use DES encryption. Platform: |
Size: 3072 |
Author:吴波 |
Hits:
Description: Here is a simple implementation of DES in C. Very easy to understand code with a lot of test data to verify the algorithm.-Here is a simple implementation of DES in C. Very easy to understand code with a lot of test data to verify the algorithm. Platform: |
Size: 6144 |
Author:Weldy |
Hits:
Description: 利用C++实现:古典密码仿射变换\LFSR及流密码\生成非线性序列\DES算法的加、解密运算,前面几个较简单,DES算法的效果还可以-Using C++ implementation: Classical password affine transformation \ LFSR and stream password \ generate nonlinear sequences \ DES algorithm for encryption and decryption operations, in front of a few relatively simple, DES algorithm results also Platform: |
Size: 79872 |
Author:tang |
Hits:
Description: C写的不到90行的标准DES加密算法代码,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。
-C less than 90 lines written in the standard DES encryption algorithm code, DES encryption algorithms, commonly used in programming an encryption algorithm, easy to use, encryption security, implementation efficiency, a lot of friends like programming using DES encryption. Platform: |
Size: 3072 |
Author:madud00088 |
Hits:
Description: C语言,大素数域上的椭圆曲线加密解密算法
[ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释
[DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等
[mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。
[AesCode.rar] - AES c++实现 有图形界面对话框 简单易用
[2745ecc.rar] - 椭圆曲线加密算法
[JXARM9-2410-1.rar] - 创维特arm9开发板使用详解,包含arm9交叉编译环境的搭建,bootloader的烧写,内核的下载,绝对的一本好资料!
[ECDSA.rar] - 椭圆曲线数字签名算法的VC实现,包括大整数类的实现和ecc算法的实现。
[ApplicationofCryptography.rar] - 一本关于密码学应用的学习参考书,内有对称密钥加密、数字签名、认证、公钥加密、哈希算法等内容,内容全面。
[ecc加密算法入门介绍 .rar] - ecc加密算法入门介绍
文件列表(日期:2007050206)(点击判断是否您需要的文件,如果-
C language, elliptic curve encryption and decryption algorithm
[ ibe_dec.rar]- elliptic curve encryption algorithm, encryption step in the source code, there are detailed notes
[ DES.rar]- encryption algorithm source code, including DES, RSA, DAS, RC4, RC5 etc.
[ mulf2m.rar]- elliptic curve encryption algorithm to generate the multiplier, the main function is to achieve the prime field of polynomial modulo P ( large prime numbers) by the operator.
[AesCode.rar]- AES c++ to achieve a simple and easy to use graphical interface dialog box
[ 2745ecc.rar]- elliptic curve encryption algorithm
[ JXARM9-2410-1.rar]- special Skyworth ARM9 development board detailed, including the ARM9 cross compiler environment to build, bootloader programmer, kernel download, is a good information!
[ ECDSA.rar]- elliptic curve digital signature algorithm VC implementation, including the realization of an integer type and ECC algorithm.
[ ApplicationofCryptography.rar]- on the applicat Platform: |
Size: 4096 |
Author:clint |
Hits:
Description: 银行进入软件系统中进程会用到的系统des,3des算法加密解密C语言实现-Banks into software system of process is used in the des, 3 des algorithm encryption to decrypt the C language implementation Platform: |
Size: 3072 |
Author:陈贵华 |
Hits:
Description: 本书分分三个部分。第一部分描述密码学中的常用算法和数论算法,以及这些算法的C和C++程序实;第二部分描述密码算法的C和C++实现,主要包括RSA系统和替代DES的Rijindael算法。第三部分给出了书中C函数和C++函数的一览表及一些有用的网址。本书注重算法的实现以及密码算法与C和C++程序的结合,这也是本书的主要特色之一。从实用的角度来看,本书提供了一个可用于现代密码的完整软件包。书中除重点介绍了两种重要的密码算法之外,还涉及程序的检查及错误处理、密码策略及密码的前景等。-Component three sections in the book. The first part describes the commonly used algorithms and theory of cryptography algorithm, and the algorithms of C and C++ program real The second part describes the password algorithm of C and C++ implementation, including RSA system and alternative Rijindael of DES algorithm. The third part presents the C and C++ functions in the book list and some useful website. This book focus on the realization of the algorithm and cryptographic algorithm and the combination of C and C++ program, which is one of the main features of this book. From a practical point of view, this book provides a modern passwords can be used for the complete package. Book in addition to focus on two important cryptographic algorithm, also involves the application of inspection and error handling, password policies and the prospect of the password.
Platform: |
Size: 6692864 |
Author:吴哲 |
Hits:
Description: 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 wrong, in fact, DES algorithm implementation code. Platform: |
Size: 12663808 |
Author:LXW |
Hits: