Monday, December 20, 2010

Still working

I knew the authentication framework will be a pain in the back to implement, but it seems that was an understatement. I'm still working on it as we speak, and made some progress. What I did for now was implement RSA digital signing and digital signature checking. It was harder than it sounds.

Next, I need to make an interface (some class that knows HTTP) for the game to communicate with the Master Server (website) through, so that in game users can log in or register through it.

I'll keep you posted on the progress.