gpt4 book ai didi

authentication - 去中心化的用户身份验证——可能吗?

转载 作者:行者123 更新时间:2023-12-02 07:55:01 25 4
gpt4 key购买 nike

我正在设计一个完全分布式 P2P 消息应用程序。

编辑:不仅仅是任何消息应用程序——特别是公共(public)论坛。消息从一个邻居传递到另一个邻居,因此消息可能来自原始作者以外的其他人。通信的保密性并不重要。然而,消息作者的验证至关重要。

问题需要介绍:

在客户端-服务器模型中,每个客户端都可以确保消息的来源与消息所说的一样,因为有一个“中间人”身份验证服务器检查用户的凭据(用户名、密码)是否与条目匹配在将消息转发到接收客户端之前,先将其存储在内部 secret 数据库中。

问题是:这可以在纯 P2P 中实现吗?

假设每个客户端都存储完整的用户凭据集。当然,不同之处在于客户端不能查看它们——因此它们将以加密格式存储。必须检查加密凭据是否与另一组加密凭据相等,而无需完全解密任一组

这可以做到吗?有更好的方法吗?
(记住:100% P2P。没有服务器。)

最佳答案

我建议您研究一个名为 Web of trust 的模型。例如 PGP 使用它来分散身份验证。

这句话总结得很好:

As time goes on, you will accumulate keys from other people that you may want to designate as trusted introducers. Everyone else will each choose their own trusted introducers. And everyone will gradually accumulate and distribute with their key a collection of certifying signatures from other people, with the expectation that anyone receiving it will trust at least one or two of the signatures. This will cause the emergence of a decentralized fault-tolerant web of confidence for all public keys.

关于authentication - 去中心化的用户身份验证——可能吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6417440/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com