Archive for April, 2006

Basic HTTP authentication in MIDlet

Thursday, April 13th, 2006

There was one feature request made for my RSS Reader application. It was suggested that the application should support basic authentication like the one you get with the htaccess file. The feature was actually a lot easier to implement then I thought in the first place. With a few google searchs I found a specifications [...]

Saferoom, a storage for passwords

Monday, April 3rd, 2006

I’ve been a bit busy on various projects but finally I was able to publish a new mobile application called “Saferoom”. The Saferoom is an application that can store your passwords and usernames for various services. User needs to memorize one main password that is used to encrypt the data using the RC4 algorithm. [...]