分布式校验和如何工作?

发布于 2024-08-20 14:40:31 字数 144 浏览 5 评论 0原文

我正在寻找有关 Vipul 剃刀、Pyzor 或 DCC 等分布式校验和应用程序如何工作的信息?我有类似的要求,我可以在我的程序中使用这样的分布式校验和功能。

所以我正在寻找一些解释分布式校验和背后的算法的文档。

此致,

拉杰

I am looking for information as to how distributed checksum applications like Vipul's razor, Pyzor or DCC works? I have a similar requirement where I can use such a distributed checksum feature in my program.

So I am looking for some documentation explaining the algorithms behind distributed checksums.

with regards,

raj

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神爱温柔 2024-08-27 14:40:31

Pyzor 是“哈希共享”的实现。引自 SpamAssassin 的 Wiki

用于识别垃圾邮件的方法之一如下:如果我在早上 8:30 看到一条垃圾邮件,我会将该邮件的校验和发送到垃圾邮件的在线数据库。当您早上晚些时候收到该消息时,您的邮件系统会询问在线数据库:“有人将此邮件报告为垃圾邮件吗?”。在线数据库可以报告“是”,从而允许您的邮件系统提高该邮件的垃圾邮件分数。

根据您尝试使用分布式哈希执行的操作,DHT(分布式哈希表)可能会对你来说也很有趣。

Pyzor is an implementation of "hash sharing". Quote from SpamAssassin's Wiki:

One of the approaches used to identify spam goes like this; if I see a spam message at 8:30 in the morning, I send a checksum of that message to an online database of spam. When you get that message a little later on in the morning, your mail system asks that online database, "Has anyone reported this as spam?". The online database can report back "yes", allowing your mail system to raise the spam score for that message.

Depending on what you're trying to do with distributed hashes, DHTs (Distributed hash tables) might also be interesting for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文