borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (how to send E-Cards to other as email.)Next Topic (Downloading problem) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : how to encrypt and decrypt data by MD5 buil in class in dotnet
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how to encrypt and decrypt data by MD5 buil in class in dotnet

i dont know how to use MD5 ctypto to encrypt /decrypt data .
please guide me to do it with source code.


13-08-2004 at 03:18 PM
View Profile Send Email to User Show All Posts | Quote Reply
MacD
Level: Big Cheese

Registered: 06-01-2004
Posts: 19
icon Re: how to encrypt and decrypt data by MD5 buil in class in dotnet

Hi,

Use Cryptography  Class. Import the namespace System.Security.Cryptography. This is where you can get all the encryption types that you desire.

For e.g if you need to use MD5  simply Declare an object of type MD5CryptoServiceProvider

Dim md5 As New MD5CryptoServiceProvider

With intellisense you can see all the methods available for you to exploit whenever you use the md5 object which you have declared.

I hope this will assist you.

Have good day.

Best regards,



[Edited by MacD on 24-08-2004 at 09:32 AM GMT]

____________________________
MacD

24-08-2004 at 07:49 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : how to encrypt and decrypt data by MD5 buil in class in dotnet
Previous Topic (how to send E-Cards to other as email.)Next Topic (Downloading problem) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder