My favorites | Sign in
Logo
                
Feeds:
People details
Project owners:
  yminsky
Project contributors:
syscomet, joseph.bruni

Overview

SKS is an OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. That means that a key submitted to one SKS server will quickly be distributed to all key servers, and even wildly out-of-date servers, or servers that experience spotty connectivity, can fully synchronize with rest of the system. You can see SKS in action here:

And there are many more. Go here to see the members of a pool of sks keyservers.

The foundation of SKS is an efficient algorithm for reconciling remote data sets. That algorithm is described in the following papers:

You can find the (somewhat limited) documentation here.

Features

The design of SKS is deliberately simple. The server consists of two single-threaded processes. The first, sks db, fulfills the normal jobs associated with a public key server, such as answering web requests. The only special functionality of sks db is that it keeps a log summarizing the changes to the key database. sks recon does all the work with respect to reconciling hosts databases. sks recon keeps track of specialized summary information about the database, and can use that information to efficiently determine the differences between its database and that of another host.









Hosted by Google Code