To use or not to use SSL? Why use SSL always?

后端 未结 6 1073
野的像风
野的像风 2020-12-28 16:40

The argument for using SSL is to prevent some malicious user who has gone through the pains of snooping your traffic being able to read your traffic. So while it may make se

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-28 17:05

    I don't think that every website needs SSL, if you do then use it, but there are cases where you want to be able to authenticate user without having to use SSL.

    I've created (javascript->perl) single use random hash authentication for just this purpose.

    http://www.furiousgryphon.com/jauthenticatedemo.html

    https://github.com/thomasoeser/jAuthenticate

提交回复
热议问题