English 中文(简体)
HTTP 服务器数据
原标题:HTTP Server data unencrypted during pass through

我需要解决一个问题,即在将吉大港山区邮政数据引向下台服务器之前,该数据在几秒的记忆中未被加密。 让我解释一下。

在浏览器中,用户输入表格数据。 敏感表格数据。

浏览器与吉大港山区应用系统服务器有特殊关系。 HTTP服务器与后端服务器有SSL联系。 我的理解是,SSL的连接终止了每个服务器之间的连接。 因此,《吉大港山区邮政计划》的内容在进入吉大港港港港港港港港定居服务机时被加密。 然后,吉大港山区接收器服务器或更好地界定了运输层,然后在向终端服务器发送之前重新加密数据。

我们客户要求我们解决的问题是防止从接收数据到向后端服务器发送数据之间的现有明确形式数据。 这不是我的要求。 我只是想解决这一问题。

许多感谢。

最佳回答

如果数据正接近尾点(终端服务器),数据就没有加密。 或许我是你们的误解。

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签