NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 22 23 24 25 26 … 93 Next »
Storing Passwords

 
  • 0 Vote(s) - 0 Average
Storing Passwords
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,445
Threads: 963
Joined: May 2006
#11
2009-11-21, 05:13 AM
The class sample on this page http://www.obviex.com/samples/dpapi.aspx works well and the implementation is straight forward

Code:
if (node.SelectSingleNode("Live365SessionInfo") != null)
{
     string entropy = null;
     string decrypted = DPAPI.Decrypt(node.SelectSingleNode("Live365SessionInfo").InnerText, entropy, out live365Login);
     ...
}

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Storing a plugin.xml mvallevand 2 1,677 2009-12-19, 02:48 AM
Last Post: mvallevand
  Windows Media Connect - Storing stuff on a Home Server psycik 3 2,924 2009-09-29, 03:47 AM
Last Post: mvallevand
  Storing data Obsidian 7 2,729 2007-06-16, 09:39 PM
Last Post: psycik

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode