Home All Groups Group Topic Archive Search About
Author
22 Mar 2006 4:37 PM
guy
vb2005
has anyone a good example of how to encrypt/decrypt a string that does not
involve writing it out to a file, just converts it to a second string?

Author
22 Mar 2006 5:48 PM
Cor Ligthert [MVP]
Guy,


The problem with encrypting samples is that it is not good for newsgroups.

However, have a look at "rijndael class" at msdn, there are some encrypting
samples.

http://msdn2.microsoft.com/en-us/library/system.security.cryptography.rijndael(VS.80).aspx

Cor


Show quoteHide quote
"guy" <g**@discussions.microsoft.com> schreef in bericht
news:71DDD383-974D-4A9F-BC04-E65A4A4616AC@microsoft.com...
> vb2005
> has anyone a good example of how to encrypt/decrypt a string that does not
> involve writing it out to a file, just converts it to a second string?
Author
27 Mar 2006 1:39 PM
Jean-Marc St-Hilaire
There is a very good example of encrypting and decrypting a string made by
the Wrox Team at:
http://www.devarticles.com/c/a/VB.Net/String-Encryption-With-Visual-Basic-.NET/3/

I did try it and it is working.

Jean-Marc St-Hilaire
Service Informatique RC Ltd.

Show quoteHide quote
"guy" <g**@discussions.microsoft.com> wrote in message
news:71DDD383-974D-4A9F-BC04-E65A4A4616AC@microsoft.com...
> vb2005
> has anyone a good example of how to encrypt/decrypt a string that does not
> involve writing it out to a file, just converts it to a second string?