Hi,
I've got an XML file that I've stored some encrypted credit card data in. I need to read through this file finding the <creditcard>encrypted data</creditcard> and decrypt this information, after which sending it to the client.
I'm wondering what the easiest and fastest way to do this would be? It's basically so that the administrator can process the numbers and then delete them.
Should I use an XML parser? Open the file and try search replace using regexp?
Your help is much appreciated, thanks.