How to accept authentication on a web API without SSL?

I'm building a web API very similar to what StackOverflow provide.

However in my case security is importance since data is private.

  • I must use HTTP.
  • I can't use SSL.

What solution(s) do you recommend me?

EDIT: authentication != encryption

10
задан 22 December 2010 в 21:00
поделиться