From: Murray C. <mu...@mu...> - 2007-09-25 09:28:14
|
On Sun, 2007-09-23 at 00:05 -0300, Arthur Maciel wrote: > Hi there. > > Really don´t know if it is off-topic, but I would like to know if > Glibmm provides any tool to cryptograph a file and to decryptograph > it. > > I´m reading XML files with libxml++ and would like to give only to my > program the ability to understand the XML file (and of course to the > program that generates it), so the data, if intercepted, cannot be > understood. No, there's nothing in libxml++, glibmm, or gtkmm for this. Whatever technique you use, you can just give the unecrypted string to libxml++ and encrypt the string that libxml++ gives you. -- mu...@mu... www.murrayc.com www.openismus.com |