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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Password problem in MS-SQL

Author  Topic 

quasibuddha
Starting Member

3 Posts

Posted - 2000-12-23 : 07:25:53
Hi Friends,
I want to make the password encrypted in MS-SQL. so i made the field definition for that field as varbinary(500) and changed the SP to convert the incoming text into varbinary format. When i view it in Query Analyser, it comes in binary format as hexa-decimal. But when i run the same query in an ASP page, the password is displayed in plain-text. Any idea why this is and how do i fix it?
Thanks

   

- Advertisement -