Storing passwords in database after encryption ,more details on the md5 command.?

  • does sql server support the md5 command?if yes, how do i use it with the jsp tags?

  • MD5 is not the hash you want to use. It has been clearly demonstrated over the last couple of years that collisions can be forced.

    With respect to encryption, is the JSP code doing the encryption or are you wanting to do it inside SQL Server?

    K. Brian Kelley
    @kbriankelley

  • i want to store the passwords in theDB in encrypted form..and retreive them as and when needed.

  • If the application is doing the encryption and passing the encrypted hash to the database, then likely you just need a column that is varbinary format.

    K. Brian Kelley
    @kbriankelley

Viewing 4 posts - 1 through 3 (of 3 total)

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