A Web of Trust visualizer aimed at finding the shortest path between two existing persons holding PGP keys, showing their degrees of separation.
- cache a dump of the Cyberbits keyserver via rsync;
- parse the dump using Sequoia-PGP;
- load public keys as nodes and signatures as edges in a neo4j database;
- query via neo4rs;
- Sequoia Web of Trust: a Rust library and tool for authenticating bindings between User IDs and certificates using OpenPGP's web of trust.