# Sign简明流程 **Published by:** [Renaissance Labs](https://paragraph.com/@renaissance-labs/) **Published on:** 2022-03-11 **URL:** https://paragraph.com/@renaissance-labs/sign ## Content 本人手工制,引用请注明出处。 ❶ A端先将自己的公钥Public Key提供给B端。 ❷ A端将运算出的讯息摘要,透过自己的私钥Private Key,执行签章运算Sign( ),产生了数字签名Signature。 ❸ A端将讯息与数字签名一同传送给B端。(上图省略了讯息的传输示意) ❹ B端利用收到的数字签名与A端公钥,解密出讯息摘要。 ## Publication Information - [Renaissance Labs](https://paragraph.com/@renaissance-labs/): Publication homepage - [All Posts](https://paragraph.com/@renaissance-labs/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@renaissance-labs): Subscribe to updates