Encryption/Decryption of a Byte Array in VB.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for an example showing how to encrypt/decrypt a byte array in
vb.net. I can examples dealing with strings but I would like to deal
directly with the byte array if possible.

Thanks,
Fred
 
Fred Herring said:
I am looking for an example showing how to encrypt/decrypt a byte array in
vb.net. I can examples dealing with strings but I would like to deal
directly with the byte array if possible.

Look at the docs for CryptoStream - there are plenty of examples in
there.
 
Back
Top