搜索资源列表
Caesar
- C语言编写的简单移动的凯撒加密算法,可以作为一个基础源码,再行修改构成更高级的算法。-C language simple moving Caesar encryption algorithm can be used as a basis for the source, further modify the composition more advanced algorithms.
openssl-1.0.0e.tar
- openssl-1.0.0e源代码 众多的密码算法、公钥基础设施标准以及SSL协议,或许这些有趣的功能会产生实现所有这些算法和标准的想法。这是一个令人望而生畏的过程。这个工作不再是简单的读懂几本密码学专著和协议文档那么简单,而是要理解所有这些算法、标准和协议文档的每一个细节,并用很熟悉的C语言字符一个一个去实现这些定义和过程。 OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。O
openssl-fips-1.2.3.tar
- 符合FIPS标准的Openssl。 OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。OpenSSL支持Linux、Windows、BSD、Mac、VMS等平台,这使得OpenSSL具有广泛的适用性。 OpenSSL整个软件包大概可以分成三个主要的功能部分:密码算法库,SSL协议库,应用程序。 OpenSSL的目录结构自然也是围绕这三个功能部分进行规划的。
AES
- 本书是当前世界上介绍AES最全面的书了,详细的介绍了AES的数学基础,原理算法的构造,以及密码的相关知识,并且有C语言实现代码,是学习AES难得的一本好书. -This book is currently the world s most comprehensive book introduces AES, and a detailed descr iption of the mathematical basis of AES, algorithm construction principles
Hill
- 用C语言编的,密码学基础中的hill算法。-Hill algorithm in C language, the basis of cryptography.
RSA
- 密码学基础中的RSA算法,用C语言的简单实现-Cryptography based in the RSA algorithm, implemented in C
shank
- 用C语言编写的,密码学基础中的shank算法。-Written in C, based in cryptography the shank algorithm.
Miller-Rabin
- 用C语言编的,密码学基础中的Miller-Rabin。-In the basis of the C language, cryptography Miller-Rabin
modinv
- 用C语言编的,密码学基础中的modinv。-C language, based in cryptography modinv.
C-language-board-password-algorithm
- 基于C语言棋盘密码小算法,加密算法基础编程。-C language board password algorithm
C-programming
- 这是几个基础的C语言程序源代码,包括九九乘法表、求公约数、行列互换、指针赋值和顺序输出等,供初学者使用-This is the basis of several C language source code, including the multiplication table, find the number of conventions, the ranks of the swap, pointer assignment and sequential output, for beginner
SM3,SM4_UI
- 将国密算法SM3, SM4 ECB的C代码打包成dll库。 然后在C#中进行调用。 有输入输出接口,测试结果正确。 包含所有源代码,可在此基础上进一步开发(The C code of the Chinese national algorithm SM3, SM4 ECB is packaged into a dll library and then called in C# with input and output interfaces. The test result is corre