搜索资源列表
现代密码学实验
- 现代密码学实验源代码
密码学实验中的DES算法
- 密码学实验中的DES算法,MFC实现,包含所有工程文件。-Cryptography DES algorithm experiment, MFC to achieve, including all engineering documents.
DES
- 密码学实验自己写的程序,des加密解密,先输入8个字符作为密钥,在输入8个字符的明文!-Cryptography experiment to write their own procedures, des encryption and decryption, first eight characters input as key characters in the input express 8!
Caesar
- 现代密码学实验指导,信息安全专业,凯撒密码,古典密码-Experimental guide of modern cryptography, information security professional, Caesar password, classical Password
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
密码学
- 这个实验是关于DES加解密算法的实验,有完整的源程序
密码学实验一
- 是关于古典加密算法的实验,用C++实现的密码体制
randtest
- 密码学教学实验工具是《密码学基础》实验教学的辅助工具软件,由DES加密算法、随机性测试、素数工具和辗转相除法四部分组成。该软件的运行平台为windows2000/2003/XP,通过执行Crypt.exe启动,包含Crypt.exe和相关库文件。(Cryptography teaching experiment tool is the auxiliary software of cryptography experiment teaching. It consists of four parts
移位密码分析实验
- 通过编程实现位移密码的密钥获取并解密,加深对古典密码体系的了解,为以后深入学习密码学奠定基础。(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
安全Hash算法SHA-1的实现
- Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
15281160_实验1_古典密码学实验
- 实验代码,多种古典密码验证程序,维吉尼亚算法等等(Experimental code, a variety of classical password validator)
DES分组密码
- 利用C++实现DES加密和解密,带有详细实验报告和分析(Using C++ to Encrypt and Decrypt DES)
密码学实验报告
- 密码学在区块链的实践应用,有截图有详解,十分实用,本人亲自写
现代密码学实验源码
- 现代密码学实验1与2的源码以及具体的介绍编译