As developers, we often work with cryptographic keys—for signing data, encrypting information, or connecting to secure services. A common first step is to save these keys to a file. But is that safe?
This is a small library to make use of some functions of the kernel keyring in Python. You can read, add and delete keys. It simply uses the keyctl command (invoking ...