Hi,
I have a application which uses a number of xml files for storing data, I want to encrypt the data so they cannot be easily changed by unauthorised people, the issue I have come across is when I use an encryption like this example here EncryptedXml.XmlEncTripleDESUrl Field (System.Security.Cryptography.Xml) it will only decrypt on the machine it was encrypted on, is there a way to use a persistent symmetric key so it will work on any computer / User ?
Its just to stop an xml file being edited easily, no secure data in the file, if they go to the trouble of decompiling ...
Cheers
I have a application which uses a number of xml files for storing data, I want to encrypt the data so they cannot be easily changed by unauthorised people, the issue I have come across is when I use an encryption like this example here EncryptedXml.XmlEncTripleDESUrl Field (System.Security.Cryptography.Xml) it will only decrypt on the machine it was encrypted on, is there a way to use a persistent symmetric key so it will work on any computer / User ?
Its just to stop an xml file being edited easily, no secure data in the file, if they go to the trouble of decompiling ...
Cheers