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 |
|
quasibuddha
Starting Member
3 Posts |
Posted - 2000-12-23 : 07:23:50
|
| Hi Friends,To encrypt my password in MS-SQL, i set the field type for Password to varbinary(500). when i view this field in Query Analyser i get the encrypted output in hexa-decimal format. But when i run the same query inside an ASP page, the password is displayed in its original form in plain-text. Any idea why this is and how do i fix it?Thanks |
|
|
|
|
|