Transport-level vs message-level security

前端 未结 2 1189
滥情空心
滥情空心 2020-12-30 07:43

I\'m reading a book on WCF and author debates about pros of using message-level security over using transport-level security. Anyways, I can\'t find any logic in author\'s a

2条回答
  •  感情败类
    2020-12-30 07:56

    I think I see what he's getting at. Say like this:

    Web client ---> Presentation web server ---> web service call to database

    In this case you're depending on the middle server encrypting the data again before it gets to the database. If the message was encrypted instead, only the back end would know how to read it, so the middle doesn't matter.

提交回复
热议问题