我们如何确保我们的页面免受黑客入侵。 [英] How can we secure our page from hacking.

查看:85
本文介绍了我们如何确保我们的页面免受黑客入侵。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的问题是如何保护网页?就像我使用ajax post函数来获取javascript数组对象中的数据一样,或者我正在发布数据,因此有很多东西是打开的,例如httpsndler url或web方法url第二件事是任何人都可以使用浏览器调试功能,如firebug等,并查看传入的数据。

这是好的我使用jquery快速页面性能但我想我需要保护我的页面我该怎么做请建议?

Hi, My Question is how can i secure a web page? Like if i use ajax post function to get data in javascript array object or else or i am posting the data so there are many things which are open e.g. httphandler url or web method url second thing is anybody can use browser debugging function like firebug etc and see the incoming data.
This is good i am using jquery for fast page performance but i think i need to secure my pages How can i do it please suggest?

推荐答案

虽然黑客可以在任何时候破解你的数据,无论安全性如何。

但是,在创建应用程序时,您还可以遵循某些步骤。



查看以下链接和说明



http://msdn.microsoft.com/en-us/magazine/hh580736。 aspx [ ^ ]



保护ASP.NET应用程序 [ ^ ]



保护+网站+ +黑客+ [ ^ ]



如何保护黑客 - 我的asp-net-site-and-my-sql-server [ ^ ]



希望它会帮助你..
Although a hacker can hack your data at any point of time regardless of security.
But then also there are certain steps of measure you can follow while creating your application

Check the below links and the explanation

http://msdn.microsoft.com/en-us/magazine/hh580736.aspx[^]

Securing ASP.NET Applications [^]

Protect+website+from+hackers+[^]

how-to-protect-by-hacking-my-asp-net-site-and-my-sql-server[^]

Hope it will help you..


你好Vidit



有折衷在性能和安全性之间。

无论何时实施更多安全功能,应用程序的性能都会下降。



在你的问题中,你说过黑客知道你的网址。

对于手工安全,你可以做的不是服务网址,而是将响应发送到带有一些参数的临时网址(给出关于原始服务的信息)和一些guids。

在那个临时页面中检查guid是否是有效的guid,如果是guid参数是对还是错。



有各种方法可以做到,即使你可以写下你的处理方式。



希望这会帮助你:)
Hi Vidit

There is trade off between performance and security.
Whenever you implement some more security features your application's performance will go down.

In your question you said about hacker knowing your url.
For handlign the security, what you can do is instead of the service url, send the response to a temporary url with some parameters (giving info about the original service) and some guids.
And in that temporary page check if the guid is a valid guid or not, and if for that guid the parameters are right or wrong.

There are a various ways of doing it, even you can write your way of handling it.

Hope this will help you :)


这篇关于我们如何确保我们的页面免受黑客入侵。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆