C# encrypt whole XML File
Posted
by René
on Stack Overflow
See other posts from Stack Overflow
or by René
Published on 2010-05-10T06:17:00Z
Indexed on
2010/05/10
6:24 UTC
Read the original article
Hit count: 408
I already have a solution for encrypting of several XML nodes or strings. But of course, you can open the local saved XML file and you should see the node tags. For some intelligent people it could be a reference for hidden informations.
Is there any way to encrypt and decrypt the whole xml content including all node tags?
© Stack Overflow or respective owner