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?
Asked
Active
Viewed 140 times
1 Answers
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