How to implement a secure authentication over HTTP?

Posted by Zagorax on Server Fault See other posts from Server Fault or by Zagorax
Published on 2012-09-27T08:04:50Z Indexed on 2012/09/27 9:39 UTC
Read the original article Hit count: 229

Filed under:
|

I know that we have HTTPS, but I would like to know if there's an algorithm/approach/strategy that grants a reasonable security level without using SSL.

I have read many solution on the internet.

Most of them are based on adding some time metadata to the hashes, but it needs that both server and client has the time set equal. Moreover, it seems to me that none of this solution could prevent a man in the middle attack.

© Server Fault or respective owner

Related posts about authentication

Related posts about http