--- title: 签名(安全) slug: Glossary/Signature/Security tags: - Cryptography - Glossary - Privacy - Security translation_of: Glossary/Signature/Security ---

签名数字签名是 {{glossary("protocol","协议")}},表明消息是真实的。

从给定消息的{{glossary("hash")}},签名过程首先使用实体的私有{{glossary("key")}}生成链接到签名实体的数字签名。

收到消息后的验证过程

如果私钥被泄密或收件人被欺骗地给出错误的公钥,系统就会失败。

了解更多

基础知识

技术参考