Thread: C# decryption xml file.

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    329

    C# decryption xml file.

    Okay, so i've an encrypted XML files that carries user credentials. I have written the small program that decrypts it and can save the file without any problems.

    My question is, is there a way to actually read from the decrypted XMLdocument object rather than saving the decrypted file to disc and obtaining the information from there?

    Thanks

  2. #2
    Registered User
    Join Date
    Feb 2009
    Posts
    329
    Have sorted now. I've used the xml.selectsinglenode method.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems passing a file pointer to functions
    By smitchell in forum C Programming
    Replies: 4
    Last Post: 09-30-2008, 02:29 PM
  2. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  3. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM