accessman2
Registered User.
- Local time
- Today, 14:38
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
In SQL Server 2000, we have Encrypt, and pwdencrypt password.
Do we have Decrypt password?
select Encrypt('test') => 0x5400650073007400
select Decrypt('0x5400650073007400') => test
do we have function similar like this?
Because if the user forget the password, i can use decrypt function to convert it and then send it back the user.
Thanks.
In SQL Server 2000, we have Encrypt, and pwdencrypt password.
Do we have Decrypt password?
select Encrypt('test') => 0x5400650073007400
select Decrypt('0x5400650073007400') => test
do we have function similar like this?
Because if the user forget the password, i can use decrypt function to convert it and then send it back the user.
Thanks.