How to implement MD5 HASH in VB.NET?
How to implement MD5 HASH in VB.NET?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay YadavPosted May 11, 2011, 1:41 AM
Shalini JunejaPosted May 11, 2011, 1:22 AM
Vijay YadavPosted May 11, 2011, 1:13 AM
To implement this, you have to take a namespace Import System.Security.Cryptography
And by using MD5 class object you can encode the data.
For example, you can refer the attachment.
FroglegPosted May 11, 2011, 12:19 AM
http://msdn.microsoft.com/en-us/library/system.security.cryptography.md5.aspx#Y1840