Talkback

TalkBack is a secure protocol for LinkBack notification designed to prevent the blogosphere from being spammed.

Author:Elie Burstein, Baptiste Gourdin (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:3.2.1
Plugin version:1.0
Added to WordPress repository:21-10-2010
Last updated:25-10-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 537
plugin download
Click to start download

TalkBack is a open-source secure LinkBack mechanism based on a public-key cryptography that aims at tackling the blog spam problem at its root: instead of detecting spam via the content analysis like Akismet, TalkBack prevents spammers from posting LinkBack notifications. When installed TalkbBack add the two following lines of defense to your blog:

  • The first line of defense is a lightweight PKI (Public Key Infrastructure) that ensures the identity of blogs by using public key cryptography. Moreover using cryptography allows TalkBack to guarantee that no one can tampers with your TalkBack notifications and that the receiver will received them unaltered.

  • The second line of defense, is a global rate limiting system enforced by the TalkBack authorities that ensures that with a single blog identity, a spammer cannot massively spam TalkBack aware blogs.

TalkBack is compatible with every other defense mechanism and do not store/disclose any private information about your blog or you. As a matter of fact if you don’t trust the network, TalkBack can also encrypt your notification to protect them from eavesdroppers.

A complete description of Talkback is available here: http://code.google.com/p/talkback-client/downloads/detail?name=talkback-paper.pdf and the source code here: http://code.google.com/p/talkback-client/downloads/detail?name=talkback-wordpress-plugin.pdf