搜索资源列表
des_zhangliang.zip
- des,c环境下的,希望站长早日通过,贵站的宝贵资料对于我的学习有很大的帮助,感谢!
AES
- AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf
CRC_code
- 个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料
RSA解密和加密算法的实现和应用
- RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
et99_softfull
- C++的加密狗资料,希望对你们有所帮助.-C++ dongle information you want to help.
Playfair1
- 用C语言编写的具有程序界面的Playfair加密解密算法,非常好用,适合作为研究学习的资料。-Using C language program interface with encryption and decryption algorithm Playfair, very useful for learning the information for research.
encryption-and-decryption-algorithm
- 300种加密解密算法的(C++)源代码,学习密码学,破解的好资料-300 kinds of encryption and decryption algorithm (C++) source code
des_zhangliang
- des,c环境下的,希望站长早日通过,贵站的宝贵资料对于我的学习有很大的帮助,感谢!-des, under the c environment, hoped stationmaster soon will pass, the expensive station precious material will have the very big help regarding mine study, the thanks!
cjingdian2
- C++资料程序设计——C++语言描述(影印版)习题的答案 【作 者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba-C++
rsa
- C语言编写的RSA加密算法,作为参考的代码资料,希望能给有需要的人一些帮助。-C language of the RSA encryption algorithm, the code data as a reference, I hope to give those who need some help.
SomeIdeasInC
- 本文根据发表在CUJ Expert Forum上的两篇文章编译而成。C/C++ User s Journal是目前最出色的C/C++语言专业杂志,特别是在C++ Report闭刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主办的网上技术专栏,汇集2000年10月以来C++社群中顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个C/C++学习者不可错过的资料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert For
C_File_Enc
- 用C语言编写的文件加密程序,可以作为本科毕业设计的参考资料-Using C language file encryption program, can be used as reference for graduate design
password
- 制作密码锁资料,一般设计者可以参考,C语言设计-Make lock data, the general designer can refer to
Vigenere
- c语言写的一个加密算法,有关于维吉尼亚密码的详细资料和加密解密代码。-c language to write an encryption algorithm, the password on the details of Virginia and the encryption and decryption code.
dfsd
- C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
AES
- AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the C51, ARM and PC, there Keil,
Reel
- C语言写的转轮密码机加密算法,是传统密码学学习不可或缺的资料-Written in C language code wheel drive encryption algorithms, cryptography is the traditional learning indispensable information
sm4
- 国密算法SM4原理说明和C代码,代码正确性可参考资料中的例子。-State secret algorithm SM4 Rationale and C code, code correctness can reference examples.
C_资料
- AES加密代码,C++编译器。只有三个文件夹(Encryption program AES encryption code, C++ compiler. There are only three folders AES encryption code, C++ compiler. There are only three folders)
mmx
- 学习密码学的好资料,学习者最好要学过部分C或者其他语言(A very good book for learning Cryptography)