Question

Were looking to use NServiceBus to communicate to a DMZ web server from a backend application server and I was looking for guidance to secure against a MITM attack.

How can the message be encrypted (prevent eavesdropping) and hashed (prevent tampering) using either NServiceBus or any other way?

Any help with this would be great, thanks

Was it helpful?

Solution

The OOTB way to do this in NSB is to basic encryption feature. If you require more than that, I would take a look at Message Mutators. These are extension points that allow you to manipulate messages at the application level and the transport level. It sounds to me like you'd like to get in on the transport level.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top