Encryption/Decryption of a XML file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Monk2004
Forum Newbie
Posts: 1
Joined: Sun May 16, 2010 8:27 am

Encryption/Decryption of a XML file

Post by Monk2004 »

Curious is I can decrypt an windows ZIP file in PHP that has been encrypted using either its Zip2.0 encryption or AES encryption. I can't seem to find examples for where I can in a file.xml for example and can decrypt this file then use it as normal. For example I have an XML file I have parsed, however I want to add a step where I take the XML file which is encrypted, decrypt the file then proceed with the rest of my program.

Thanks!
Post Reply