1
Answer

Encryption or Hasing or Text

bryan 0

bryan 0

19y
1.9k
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)