Skip to content

Commit

Permalink
ds
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed May 9, 2023
1 parent d8c4aad commit bf46024
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Week3/0x03 数字签名 Digital Signature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0x03 数字签名 Digital Signature

- 数码世界手写签名的特性
- 确保防伪

手写签名
- 功能:将声明/消息绑定到其作者。
- 验证是公开的。 (针对先前经过身份验证的)
- 特性:
- 正确性Correctness:正确的签名应该始终被验证为真实的。
- 安全性:难以伪造forge。

![[img/ds.png]]

![[img/ds2.png]]

![[img/ds3.png]]

RSA Full Domain Hash

![[img/sign.png]]
Binary file added Week3/img/ds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week3/img/ds2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week3/img/ds3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week3/img/sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf46024

Please sign in to comment.