Вопрос

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

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top