Announcing FOKS, the Federated Open Key Service | The FOKS Blog (blog.foks.pub)
from ikidd@lemmy.world to linux@lemmy.ml on 09 Jul 04:53
https://lemmy.world/post/32690746

#linux

threaded - newest

Strit@lemmy.linuxuserspace.show on 09 Jul 05:26 next collapse

What’s the advantage of something like FOKS compared to gnupg or openPGP servers?

just_another_person@lemmy.world on 09 Jul 07:06 collapse

Right at the top:

FOKS is like Keybase, but fully open-source and federated, with SSO and YubiKey support.

Strit@lemmy.linuxuserspace.show on 09 Jul 07:30 collapse

I guess the reason I am asking is that I have never understood the use-case for Keybase either.

So your answer does not really answer my question. 😀

Ferk@lemmy.ml on 09 Jul 09:41 collapse

Is the data and public keys being replicated in the communication between instances? it’s not made clear how the federation actually works, because “enabling users on different servers to share data with end-to-end encryption” (from foks.pub) is something all services with TLS / HTTPS support already do…

Also… one big plus for the OpenPGP HKP protocol is that technically you can self-host your own key in a static HTTPS server with predefined responses and be able to have it interact with other servers and clients without issue. I’m expecting the more complex nature of FOKS might make self-hosting in this way difficult. I’d rather minimize the dynamic services I expose to the outside publicly if I’m self hosting.