开发者

what is ssl and how can i use to make my website secure?

开发者 https://www.devze.com 2022-12-29 23:26 出处:网络
Can anyone tell me about SSL and how it 开发者_StackOverflowcan be used to secure a website?SSL is an encryption method to send data securely over http. If you\'ve seen a site with https:// at the beg

Can anyone tell me about SSL and how it 开发者_StackOverflowcan be used to secure a website?


SSL is an encryption method to send data securely over http. If you've seen a site with https:// at the beginning that means that it is using SSL. To use ssl to secure your own site, you need hosting that supports it (most do), you need to purchase an SSL certificate from a signing authority (Verisign is an example), and you need to write into your web application to switch to ssl when needed.


SSL doesn't secure your website- it merely encrypts the flow of information between the server and the browser. Despite SSL, you would still be vulnerable to Cross Site Scripting, non-authenticated requests etc...

0

精彩评论

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

关注公众号