Since you are using .Net 1.1 you can use my Encrypted Connection Strings to do exactly what you needed: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=7d1d4954-a530-4329-8cc0-96a0c39ab4b2. I built that code with encrypting Oracle, SQL Server and other database connection information.
.Net 2.0 has this functionality built into config files. Don Demsak www.donxml.com On 6/29/06, Franklin Gray <[EMAIL PROTECTED]> wrote:
Nevermind. I decided to go with encrypting the whole file instead of just a node value. That way I can read in the whole file and decrypt it, then load it into the XMLDocument. Message from Franklin W Gray/USABB/[EMAIL PROTECTED]@DISCUSS.DEVELOP.COM received on 06/29/2006 11:51 AM 06/29/2006 11:51 AM Franklin W Gray/USABB/[EMAIL PROTECTED]@DISCUSS.DEVELOP.COM Please respond to "Discussion of advanced .NET topics." <[email protected]> Sent by "Discussion of advanced .NET topics." <[email protected]> To: [email protected] cc: Subject: [ADVANCED-DOTNET] XMLDocument object alternative? Note: Reposted under correct subject I am encrypting a password used to login to Oracle and putting it in an XML file. It is stored as a string of System.Text.UnicodeEncoding. Seems the xmldocument object can't load a file with this type of string. Is there anything else out there that I can use in place of the xmldocument object? I need to read node values and also be able to write out node values (aka...replace existing values). VB.net 2003. =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
-- <a href="http://www.donxml.com"><img src=" http://feeds.feedburner.com/Donxml.gif" height="67" width="200" style="border:0" alt="DonXml"/></a> =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
