I've been looking for a way to store user specific data, the data needs to be securely stored so only the user who knows their username and password can access the data.
Each profile will have financial data stored against them and they will have to options to personalise how they view this data. So far I have been eyeing up storing such data in XML format.
To summarise: How can I securely store varying amounts of custom user data?