Category: code signing

Posts

Application secret storage

Hannes Karppila

How to store secrets in your application? Things like API tokens, crendentials to other services, etc. In this post I'll go through my thought process on designing an operating system API for this. Hopefully I'm going to follow up with an...