http-digest

Using HTTP Digest Authentication on the iPhone

Hey guys, I have an app that communicates with a server that uses HTTP Digest authentication. It seems to me that the 'session' management within the iPhone is pretty "black box" to us developers. Is it true that we can't see how the framework handles / persists http sessions? If I'm just being dim here, would someone care to explain ...

Using hash of password with SSL

OK this might sound like a strange question. Please read carefully before jumping on me OK? ;-) Imagine this situation: We have a server and a client. They connect using SSL. Client creates account on server with password. But, what he actually passes to server over the wire is the hash (+salt) of the password (NOT the password) Ser...

Ruby library for HTTP Digest

Is there any Ruby library that support HTTP Digest ? ...

How to enable HTTP digest for embedded jetty / spring security?

I have two small http servers. One using the sun (com.sun.net.httpserver) server and one using an embedded jetty. Now I'm trying to get HTTP digest working on at least the jetty server (well, that was one of the reasons to use jetty instead of sun httpserver). Regardless of which server I utilize the basic setup is done via spring IOC co...