You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our design has evolved somewhat so that a user's long term signing keys are only used for an initial job submission. Further job submissions that occur non-interactively will be using a short-term, derived subkey of some sort (see issue #37)
We can then protect the user's secret cert with a passphrase, since it will only be used interactively.
Our design has evolved somewhat so that a user's long term signing keys are only used for an initial job submission. Further job submissions that occur non-interactively will be using a short-term, derived subkey of some sort (see issue #37)
We can then protect the user's secret cert with a passphrase, since it will only be used interactively.
This can be accomplished with libsodium, e.g. see
https://crypto.stackexchange.com/questions/25665/encryting-data-with-password-for-local-storage-using-libsodium
The text was updated successfully, but these errors were encountered: