I need encrypt/decrypt (not need for real strong encryption) byte array with vb.net
I found some code on this forum and net but main works for string
THis is array of byte (array contains file data so dimension are about 10 20 mb of array)
I tried some code on this website and net but works main on string
1