搜索资源列表
密码学四个基本加密程序
- 用于学习密码学的四个基本加密源程序,可以帮助你更好地理解基本的加密算法思想.(均是本人的课程设计)-learning cryptography for the four basic encryption source, I can help you better understand the basic thinking of the encryption algorithm. (All my course design)
现代密码学实验
- 现代密码学实验源代码
Caesar
- 现代密码学实验指导,信息安全专业,凯撒密码,古典密码-Experimental guide of modern cryptography, information security professional, Caesar password, classical Password
CryptAPI
- CryptAPI是微软在Windows系统中嵌入的一套公钥体质,提供对称加密、非对称加密、散列、签名等密码学的借口。Wcrypt2.dcu是把C语言的CryptAPI包翻译为Delphi中的借口文件。
RSA
- RSA加解密,南京理工大学密码学实验的源程序代码-RSA encryption and decryption, Nanjing University of Technology and Engineering Cryptography Experiment Source Code
test
- 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password
idea
- 密码学中的IDEA加密算法的源代码,在Vc++的环境下运行的。-Cryptography in the IDEA encryption algorithm source code, in Vc++ environment to run.
kaisamima
- 凯撒密码的C++实现,凯撒密码, 是密码学里最基本的密码之一-Caesar cipher of C++ implementation, Caesar cipher, cryptography where the password for one of the most basic
jinsisuanfa&mimaxue
- 计算理论导引第二版,近似算法(多项式时间的最优化问题、最小顶点覆盖(VERTEX-COVER)近似算法)、密码学(密钥、公钥密码系统)(Computational theory leads the second edition, approximation algorithms (polynomial time optimization problems, minimal vertex covering (VERTEX-COVER) approximation algorithms), cryp
图解密码技术
- 一本很好理解的密码学图书,讲得很精彩,让人很容易看懂,值得一看(A good understanding of cryptography books, speak very exciting, it is easy to understand, it is worth a visit)
移位密码分析实验
- 通过编程实现位移密码的密钥获取并解密,加深对古典密码体系的了解,为以后深入学习密码学奠定基础。(Shift cipher analysis experiment (including source code))
Hill_Cipher
- 通过实验,使学生对古典密码学有充分的认识;学会正确使用编程语言(C/C++、Java、Maple等)实现希尔密码与攻击,验证课堂中所学的古典密码算法;为学习现代密码算法及其应用奠定基础。(Through the experiment, the students have sufficient knowledge of classical cryptography; learn the proper use of programming languages (C/C++, Java, Maple
有限域
- 通过上机操作,使学生对有限域的概念、性质及运算有一个充分的认识,为接下来现代密码学的学习打好基础。(Through the operation of the machine, the students have a full understanding of the concept, nature and operation of the limited domain, so as to lay a good foundation for the study of the next modern
有限域
- 通过上机操作,使学生对高级加密标准AES算法的执行过程、密钥编排方案和加密算法的实现过程等有一个更加清晰地认识。通过本次实验,加深学生对分组密码的认识。(Through the operation of the computer, we have a clearer understanding of the implementation process of the AES algorithm, the key arrangement scheme and the implementation
RSA加解密算法
- 通过上机操作,使同学生对公钥加密算法RSA密码体制的加、解过程有一个更加清晰地认识。通过本次实验,加深学生对公钥密码体制的认识,为后面的学习打下基础。(Through the operation of the computer, there is a clearer understanding of the process of adding and solving the RSA cryptosystem of the public key encryption algorithm. Thro
15281160_实验1_古典密码学实验
- 实验代码,多种古典密码验证程序,维吉尼亚算法等等(Experimental code, a variety of classical password validator)
古典密码
- 可以直接下载运行,包含古典加密算法中的所有算法实现,比如位移密码,代换密码等等(The classical encryption algorithm can be downloaded directly to encrypt)
中国剩余定理
- 中国剩余定理是中国古代算数智慧的结晶,本程序将中国剩余定理用密码学数学的方法实现。实质为一次同余方程组的求解过程。(The Chinese remainder theorem is the crystallization of the Chinese ancient arithmetical wisdom. This program uses the method of cryptology to realize the Chinese remainder theorem. In essence
cryptopp-CRYPTOPP_5_6_5
- c++编写,包含了常见的密码学算法des,aes,rsa,ecc等(Common cryptology algorithm)
DES分组密码
- 利用C++实现DES加密和解密,带有详细实验报告和分析(Using C++ to Encrypt and Decrypt DES)