• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Xml File Ecryption

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
i do have an xml file like the one below!
<?xml version = "1.0" ?>
<root>
<A101> select * from EmployeeAmster</A101>
<A102> select * from salary master</A102>
<A103> select * from savingsmaster</A103>
</root>
am using this xml file, and using the node text and processing the data ,well in my clinet place i dont want this file to be opened by any one and see my node text.
my problem
----------
well, how can i encrypt my xml file, in another format so that i can use the full power of xml at the same time this xml file must not be in the original format ,it must be in another format.

how can i do this???
thanks in advance!
senthil
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Senthil:
Right now, I can only do so much, sorry no simple example. The Spec for XML Encryption. I am just starting my Cert prep.
Good luck.
- madhav
 
Let me tell you a story about a man named Jed. He made this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic