It's possible, but that's not how I'd do it. Typically passwords should not be stored; rather, a 1-way hash of the password should be stored. Then you can just hash any passwords entered later and compare the hashes.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: question about passwordsThreaded View
|
Click Here to Expand Forum to Full Width |