1
Answer

Encryption or Hasing or Text

Photo of bryan 0

bryan 0

20y
2.2k
1
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)