💬 Friends, I have a question for you: has anyone dealt with the problem of request signature encryption using symmetric or asymmetric encryption?
Colleagues are developing a financial transaction service and have chosen HMAC (symmetric encryption, where the shared key with the client is stored on both sides), but if the secrets storage leaks, it's all over
I want to understand: is it worth giving up and just securing the secrets storage, or is it better to use some kind of asymmetric encryption
Do you have any ideas?