The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Reading/validating the SLX Password from outside SLX
Posted: 06 Jun 06 8:58 AM
|
how to buy naltrexone buy naltrexone online canada online is viagra and weed safe viagra vs weed redirect fiogf49gjkf0d We are trying to access SLX from another app (ASP.NET app) outside of SLX but requiring the user to log into SLX to read/write data back to it. How can we read and validate on the excrypted SLX password?
Thanks. Mark |
|
|
|
Re: Reading/validating the SLX Password from outside SLX
Posted: 06 Jun 06 12:30 PM
|
fiogf49gjkf0d What is the version of slx running ?
I beleive there is a slxrwel.dll which has the add and remove me,thods for encrypt/decrypt passwords.I remember doing it from a VB app sometime back.
Dont know whether this is supported now in 6.2.4
Another thing is to make sure that you Data syncs to your remotes when written from Web Applications. |
|
|
|
Re: Reading/validating the SLX Password from outside SLX
Posted: 07 Jun 06 12:56 AM
|
buy mirtazapine uk buy mirtazapine online fiogf49gjkf0d You can't read the password value from the database (well you can read it, just not encrypt it). The user passwords are not encrypted using the SLXRWEL.dll (that would be too easy). They are encrypted using the sitecode or userid as the encryption seed.
However, if you want to validate the supplid username and password all you need to do is just attempt a connection. Have the user supply the login details and just plug them into a connection string and open the connection. If it fails then you need to reprompt the user. If successful you have now validated the user's authentication details and you can continue on, using those same values to establish any connections. |
|
|
| |
|