FOKS (Federated Open Key Service) is in beta. Current functionality provided is:
- End-to-End Post-Quantum Encrypted Git Hosting
- End-to-End Post-Quantum Encrypted Key-Value Store
- Federated and Generalized Team Management
- Device Management with Full YubiKey Support
See Foks.pub for a more detailed overview of FOKS.
For this journey, I'm primarily interested in the Key-Value Store feature and integrating it's usage into my daily routine. So far I've accomplished the following:
- FoksApi a powershell script executing FOKS kv cli commands
- PSFoks a powershell module executing FOKS kv cli commands
- Foks-Explorer a web interface with integration to the FOKS Key-Value Store
There is a FOKS User Guide documentation in the works called Foks Book where others are contributing their knowledge on the usage of FOKS.
The remainder of the document outlines the integration work I've performed using FOKS on Linux with PowerShell.