Over the next few days I’ll be posting some of the applications I have developed. None of them are ready to be published, and most of them were created out of the neccessity to learn about a particular programming technique. The first one is called CRStore. I was developing this one for my wife. She wanted an application to store her different website usernames and passwords. Here are some screenshots of it.

Main Screen


Edit an Item


Add a New Item


About


What I was trying to do is use an XML file to store the website, username and password data. I used an XML parser to parse the XML file and display the data in a tree object. I was also trying to find a way to encrypt the data in the file. This proved daunting and I’m still trying to figure out how to do it.

Now all I need to do is find some place online to store the files so anyone can look at them.

CRStore.zip