RSSAmplifier

Blog

The FOKS Blog

Recent content on The FOKS Blog

blog.foks.pubRSS feed ↗4 posts

Latest posts

Federated, End-to-End Encrypted Document Storage with Git

When I have an important PDF to store, like my tax returns or a contract,
I prefer to store it in git rather than something like Dropbox, Google Drive or iCloud. 
 There’s the warm, fuzzy feeling I get when enacting the add / commit / push 
ritual, one of tranquility, permanence and order. I am hermetically
sealing my document in a robust time capsule. Banish the thought, the…

Signing data structures the right way

How do you package data before feeding it into a cryptographic algorithm, like
Sign, Encrypt, MAC or Hash? This question has lingered for decades
without a sufficient solution.
There are at least two important problems to solve. First,
the encoding ought to produce canonical outputs,
as systems like Bitcoin have struggled when
two different encodings decode to the same…

API Keys for AI Agents with FOKS

TL;DR: FOKS’s end-to-end encrypted KV store is a simple, secure way to manage API keys for AI agents 
 AI agents need API keys. Most of those keys end up in .env and .json files.
They get committed to repos, shared over Slack, and live long,
happy plaintext lives on shared servers. Cloud secret managers (AWS, GCP, etc.) might help but feel too
heavyweight and corporate for…

Announcing FOKS, the Federated Open Key Service


 TL;DR: FOKS is like Keybase, but fully open-source and federated, with SSO and YubiKey support. 
 When we launched Keybase over 11 years ago,
we read a lot of good, well-informed feedback. We folded some
but not all of these suggestions into Keybase. Most important, you convinced us
that passwords are not a good long-term strategy for protecting
secret key material. As a…