1
Reply

Encryption or Hasing or Text

bryan 0

bryan 0

May 12 2005 8:14 PM
1.9k
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

Answers (1)