When creating SharePoint applications I found using the propertybag very usefull.
As it makes accessing important data accross the SharePointfarm very easy.
I do though always sugest enryption dependant on the importants of
the information stored.
SPFarm farm = SPFarm.Local;
farm.Properties.Add(object Key, Object Value);