自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 RSA大礼包

RSA礼包RSA简介RSA算法涉及三个参数,n,e,d,私钥为 d,公钥对为 n,e其中N = pq (p,q均为大素数)ed = 1 mod (p-1)(q-1)(p-1)(q-1)的值为n的欧拉函数c 为密文,m 为明文,则加密过程如下:c ≡ me mod n解密过程如下:m ≡ cd mod nn,e 是公开的情况下,想要知道 d 的值,必须要将 n 分解计算出 n 的欧拉函数值,而 n 是两个大素数 p,q 的积, 将其分解是困难的。但是对于特定的情况可以使用特殊方法进行分

2022-01-09 22:12:25 442

原创 密码学1024大作业

1024作业1.padding oracle attack题目In thisassignment, you must decrypt a challenge ciphertext generated using AES inCBC-mode with PKCS #5 padding.(Note: technically this is PKCS #7 padding,since the block size of AES is 16 bytes. But the padding is done i

2022-01-09 22:11:40 808

原创 密码学0930大作业

0930作业1.Many Time Pad (Coursera W1PA)题目Let us see what goes wrong when a stream cipher key is used more than once. Below are eleven hex-encoded ciphertexts that are the result of encrypting eleven plaintexts with a stream cipher, all with the same stre

2022-01-09 22:09:34 494

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除