Encryption or Hasing or Text
I'm using dreamweaver's asp.net vb INSERT record, how do i encrypt the password the user type into the textbox
-
How do i use this function to put inside:
Public Function Get32ByteHash(ByVal data As String) As String
Return data.GetHashCode.ToString("X").PadLeft(32, "0"c)
End Function
ComputerJyPosted May 21, 2005, 6:22 PM