I want to send encrypted word document containing image using Networkstream help, implemented in c#
I am having this issue, I am making a demo client-server application that include end-to-end encryption for word document. I can send word document without images properly but I can’t with files that contain images. I don’t think it is due to encryptor/decryptor because I can still encrypt and decrypt files that don’t contain images and it’s maybe due to sending and receiving function itself, here my code: