TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Public key as Identities in real world

1 点作者 nivesh2超过 7 年前

2 条评论

ColinWright超过 7 年前
What happens if you need to repudiate a particular public-key? If the Public Key is tied to your identity then you have a real problem.<p>Your identity is one thing, you ability to authenticate is another, your ability to encrypt is another still. Experience in other fields tells us that conflating different things and purposes into a single thing is generally a very bad move.
评论 #16025175 未加载
nivesh2超过 7 年前
If you know private key that corresponds to a public key. Then you can sign messages using private key and publish it onto the network, but what you are basically doing is making statements on behalf of that public key.