Storing encrypted passwords in sql server 2000 table.

  • How do I store encrypted passwords in a sql server 2000 database table?

    Please give me an example of this..

     

    I tried using  'CREATE ASSYMetric KEY ...'  but they dont work for sql server 2000.

  • SQL Server 2000 does not have native encryption. You'll need to this outside of SQL Server or buy a third party product. Are you needing to store the password in order to authenticate against another system or just to validate a user through an application?

    K. Brian Kelley
    @kbriankelley

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply