From 17b89af2e18aaf4fc4d3a4543bf553c7ac9b9d59 Mon Sep 17 00:00:00 2001 From: cloudy-sfu <41314224+cloudy-sfu@users.noreply.github.com> Date: Sat, 4 Jan 2025 12:52:24 +1300 Subject: [PATCH] Add files via upload --- index-cn.html | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 index-cn.html diff --git a/index-cn.html b/index-cn.html new file mode 100644 index 0000000..b7ece83 --- /dev/null +++ b/index-cn.html @@ -0,0 +1,151 @@ + + + + + + + + SHA256 with RSA + + +
+
+

SHA256 with RSA

+
+
+
+
+ +
+
+
+
生成
+
+

生成一个新的PEM格式的RSA密钥对。

+
+ +
+ + + + + + + + + + + + + +
私钥公钥
+

+
+ +
+
+
签名
+
+

使用私钥为消息签名,以证明身份。

+
+ +
+ + + + +

+
+ +
+
+
验证
+
+

验证消息是否来自对应私钥的所有者。

+
+ +
+ + + + +

结果:

+

+
+ +
+
+
加密
+
+

对消息加密,使得仅对应的私钥可以解密。

+
+ +
+ + + + +

+
+ +
+
+
解密
+
+

解密由对应公钥加密的消息。

+
+ +
+ + + + +

+
+ +
+
+
+ +