Home All Groups Group Topic Archive Search About

simple way to encrypt data

Author
21 Sep 2005 10:49 AM
z f
Hi,

i need a simple way ( no app blicks ) to encrypt and decrypt data
what is the object/method i should use?

TIA.

Author
23 Sep 2005 8:38 PM
Mona
Hi,

Regarding this issue of encrypting and decrypting the data, I would request
you to please go through the following article which ilustrates encryption
and teh decryption of the data :

[Visual Basic .NET Code Sample: Encrypt and Decrypt Data]
http://www.microsoft.com/downloads/details.aspx?FamilyID=83f3c2d1-ced6-473e-9cbe-723ca1f0267d&displaylang=en

Hope this helps.

-Sincerely,
Mona [Grapecity]

Show quoteHide quote
"z f" <dont@send.mails> wrote in message
news:%23GxdYDpvFHA.1988@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> i need a simple way ( no app blicks ) to encrypt and decrypt data
> what is the object/method i should use?
>
> TIA.
>
>
Are all your drivers up to date? click for free checkup

Author
9 Nov 2005 7:03 AM
z f
i changed the sample to work with memorystream instead of filestream, but i
don't know the size the encrypted data might be. (which is not a problem
with file stream)

( i use Rijndaelalgorithm )

thank you.




Show quoteHide quote
"Mona" <m***@discussions.com> wrote in message
news:O8c5V7HwFHA.3764@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> Regarding this issue of encrypting and decrypting the data, I would
> request
> you to please go through the following article which ilustrates encryption
> and teh decryption of the data :
>
> [Visual Basic .NET Code Sample: Encrypt and Decrypt Data]
> http://www.microsoft.com/downloads/details.aspx?FamilyID=83f3c2d1-ced6-473e-9cbe-723ca1f0267d&displaylang=en
>
> Hope this helps.
>
> -Sincerely,
> Mona [Grapecity]
>
> "z f" <dont@send.mails> wrote in message
> news:%23GxdYDpvFHA.1988@TK2MSFTNGP10.phx.gbl...
>> Hi,
>>
>> i need a simple way ( no app blicks ) to encrypt and decrypt data
>> what is the object/method i should use?
>>
>> TIA.
>>
>>
>
>

Bookmark and Share