Skip to content

SuburbiaXX/Cryptography-CourseDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

密码学课程设计—NUAA—2022

题目一(25分)

  • 用 MD4 或者 MD5 算法,对自己的学号和姓名(二进制字符)求哈希值得到 128bit 的字符

题目二(50分)

  • 用RSA生成数字签名
    • 找两个超过 16bit 的大素数,构建 RSA 密码系统,给出 ned
    • 将题目一中的 128bit 字符分成 四部分 ,用 RSA 密码系统进行数字签名

题目三(25分)

  • 使用公钥验证
    • 对方使用公钥 e 进行检验,验证数字签名的正确性

Proposed by SuburbiaXX & hanghang214

About

NUAA密码学课设

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages