문제

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