Announcing Key Transparency for the Fediverse

I’m pleased to announce the immediate availability of a reference implementation for the Public Key Directory server. This software implements the Key Transparency specification I’ve been working on since last year, and is an important stepping stone towards secure end-to-end encryption for the Fediverse. You can find the software publicly available on GitHub: PHP Server software:https://github.com/fedi-e2ee/pkd-server-php PHP SDK (client-side):https://github.com/fedi-e2ee/pkd-client-php To get started with the project, start with the pkd-server-php repository (linked above). Some quick commands: # Clone the source code git clone https://github.com/fedi-e2ee/pkd-server-php.git # Install dependencies cd pkd-server-php composer install –no-dev # Setup and configure cp…

Read more on Lobste.rs