This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Talkback

Description

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

Installation

  1. Upload talkback directory to the /wp-content/plugins/ directory
  2. Verify that the talkback/work directory is not browsable from the web.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Talkback” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Talkback” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.