public byte[] Secure(byte[] Data){
....
}
Virtual memory cant load all bytes so dont know how to use streamReader with loop here with chunks of bytes
byte[] file1 = Secure(File.ReadAllBytes(textBox1.Text));
public byte[] Secure(byte[] Data){
....
}
Virtual memory cant load all bytes so dont know how to use streamReader with loop here with chunks of bytes
byte[] file1 = Secure(File.ReadAllBytes(textBox1.Text));