Hi,I would like to encrypt and decrypt the content of an XML file. How I can perform that? Please help me to do so.If any of them have source code for this, please.
Use the W3C's XML Encryption standard (www.w3c.org). You can find example source code in the open-source StrongKey application (www.strongkey.org); look inside the "xenc" module.