How to encrypt and decrypt all API trequest and response in SAP hybris?

208 Views Asked by At

I have a security requirement that all the data flows through API should be encrypted. I don't see any OOTB implementation. So I have thought about having a filter to decrypt and a custom sanitizer to encrypt sounded like a plan but are there any other ways to implement this?

1

There are 1 best solutions below

0
On

HTTPS protocol already has encryption. If you want to make it more, secure maybe you can add a client certificate option.