I
Ilyas
Hi all
Does anyone know how I can encrypt an xml file, so that:
<root>
<allowAdminAccess>True<allowAdminAccess>
<allowDirectAccess>True</allowDirectAccess>
.....[more settings here]
</root>
becomes
<key>some encrypted value--</key>
Any pointers to where I should be looking?
Does anyone know how I can encrypt an xml file, so that:
<root>
<allowAdminAccess>True<allowAdminAccess>
<allowDirectAccess>True</allowDirectAccess>
.....[more settings here]
</root>
becomes
<key>some encrypted value--</key>
Any pointers to where I should be looking?