logoalt Hacker News

SAI_Peregrinusyesterday at 7:21 PM1 replyview on HN

HSMs & similar can at least time-limit access to secrets to the period where an attacker can make requests to the HSM.


Replies

recursivegirthyesterday at 7:59 PM

I think the problem is the way we are using these "secrets" services traditionally. The requesting process/machine should NEVER see the Oauth client secret. The short-lived session token should be the only piece of data the server/client are ever privy too.

The service that encrypts the data should be the ONLY service that holds the private key to decrypt, and therefore the only service that can process the decrypted data.

show 1 reply