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 @@ + + +
+ + + + +生成一个新的PEM格式的RSA密钥对。
+私钥 | +公钥 | +
---|---|
+ | + |
使用私钥为消息签名,以证明身份。
+验证消息是否来自对应私钥的所有者。
+结果:
+ +对消息加密,使得仅对应的私钥可以解密。
+解密由对应公钥加密的消息。
+