In my last post I promised that I would check out some of the solutions that promise a safer and thus better web.
Let's start with Web Of Trust (WOT).
In contrast to some of the other things I plan to take a closer look at, WOT is not related to transport security or any cryptographic methods to ensure site integrity.
It actually works like Mandatory Access Controls (MAC) with a user centric (as apposed to a system centric) approach.
How does it work?
WOT is a combination of client side software, usually a brower plugin (who would have guessed :P), and a central database that contains per-domain based ratings, provided by users as well as "trusted sources".
The latter are (well-known) security sources, such as blacklists from security vendors, and similar material.
The browser plugin, which exists at least for Firefox and Chrome, is available under GPLv3.
It checks every domain, that is either querried or linked to, against the WOT central database and aquires a rating based on the previously mentioned sources.
Feedback is given to the user via an easily visible graphical indicator (green = good, yellow = so-so, red = bad, grey = no rating yet), as well as ...