-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8c4aad
commit bf46024
Showing
5 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.