![]() |
How To Hash in vb.6.0 . . . how do i hash from plaintext to ciphertext in visual basic 6.0. I want to hash from the plaintext before i save it in the database and hash from ciphertext to plaintext before logining in. I need your help. |
Re: How To Hash in vb.6.0 . . . Hello , You can use the 'String.GetHashCode' function to get a hash for a string's. and also Check this link http://www.di-mgt.com.au/cryptoBlowfishDemo.html |
Re: How To Hash in vb.6.0 . . . Why don't you go something like this code? It should work on your side as it does on my computer. Code: Public Function Encode(ByVal plaintext As String) |
All times are GMT +5.5. The time now is 06:34 AM. |