Hi
I want to to encrypt the string i've given in the text box and also have to
decryprt the encrypted string.
can anybody tell me how to do this one in vb.net
its very urgent for me.
Thanx in advance
Kiran
Tarh ik - 27 Jun 2005 14:53 GMT
Hi Kiran!!!
I'm not an expert in .NET, but I've done some encryption using a library
called capicom.dll. This library is a COM component that you can download
from the Microsoft Website. The download comes with an easy-to-follow samples
that can help you add encryption to your program.
I hope it helps!!!
Tarh Ik
PS: This posting has been posted "AS IS"
> Hi
>
[quoted text clipped - 5 lines]
> Thanx in advance
> Kiran
Paul Glavich [MVP ASP.NET] - 30 Jun 2005 12:40 GMT
Go and get this DPAPI library from here
http://www.theglavs.com/GlavTech/Downloads/DPAPI_Wrapper.zip which contains
simple encrypt and decrypt functions (comes with example code).
DPAPI stands for Data protection API and is a great way to encrypt your
data.

Signature
- Paul Glavich
MVP ASP.NET
http://weblogs.asp.net/pglavich
ASPInsiders member - http://www.aspinsiders.com
> Hi
>
[quoted text clipped - 5 lines]
> Thanx in advance
> Kiran