Storing Credentials securely

  • I need to be able to store user credentials in the database I'm looking after (SQL Server 2005 and it's use is being extended through IIS web services) securely.

    What is best practice for encrypting passwords, storing them and then being able to compare hash's to determine if a set of credentials are in fact valid?

    Anyone have any examples they'd be willing to share?

    Regards

  • If you are using ASP.NET use

    System.Security.Cryptography class library to encrypt and decrypt the credentialls.

    Regards,
    gova

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

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