• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic