Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jggtz
Starting Member
32 Posts |
Posted - 2008-04-23 : 15:49:22
|
| I developed a small VB6 application VB6 that get data from SAP sql database Now they want that the users logon to this small app using the same username & password that they used in SAPI can read the users' table, I can get the usernameBut the password is encryptedProbably with a FunctionAnybody know how can I encrypt the typed password so I can compare with the saved passwordI don't want to view or modify them, just compare with the password typed by the userThanksJG |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-23 : 15:55:27
|
| It depends on how the saved password is encrypted. You probably don't know this answer, so there is no way to compare it.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|
|