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

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
 
Every snowflake is perfect and unique. And every snowflake contains a very tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic