0

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?

pradeep murugan
  • 531
  • 1
  • 9
  • 18

1 Answers1

1

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

mkysoft
  • 5,392
  • 1
  • 21
  • 30