Dim result As String Dim sha1 As New HMACSHA1 Dim hashValue As Byte() = sha1.ComputeHash(Encoding.UTF8.GetBytes(signature)) result = GetBytesToHexadeciString(algohashValue) sha1.Clear()
Everything I re-load the application, it will generate a new hash code. How to overcome this? The data I put in the "signature" is constant, like my name.
Thanks in advances...

New Topic/Question
Reply



MultiQuote




|