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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top