Forum: VB.NET Jan 13th, 2007 |
| Replies: 1 Views: 2,383 Listview Data to XML or file Near completing my password storage program and down to the part where I would like to write the listview data to an XML file (for later encryption). If writing to an XML file won't work, then just... |
Forum: VB.NET Jan 13th, 2007 |
| Replies: 7 Views: 5,014 Re: Encrypt File using User Supplied Password The MD5 encryption is part of VB.net...no additional DLL's or anything has to be added.
That' why I chose that route first, but as simple as it is to implement, it's somewhat of a pain to extend... |
Forum: VB.NET Jan 10th, 2007 |
| Replies: 7 Views: 5,014 Re: Encrypt File using User Supplied Password I'm using the following encryption class; however, I can use another if required to achieve what I'm trying to do. Thanks for taking time to review this:
Public Class EncryptPassword
Public... |
Forum: VB.NET Jan 8th, 2007 |
| Replies: 7 Views: 5,014 Encrypt File using User Supplied Password Hello everyone.
I've read several articles on the internet in trying to figure this out; however, those article seem a bit over my head apparently and I can't seem to find a code example that is... |