开发者

Secure data transfer

I 开发者_如何学编程need some advice regarding website security.

I have a website application where a user enters their details in a form, the data is then transmitted to a third party website using a POST request and SSL for encryption.

Is there anything else I can do to secure the data that's being transmitted? Please let me know if you need any more specific details.


If by 'secure' you mean not readable by any others except that third party, SSL would be enough. But if you mean you do not even want that third party read that posted data, you should encrypt it before post it to the third party.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜