I want to encrypt files after upload and decrypt before download in asp.net core 3.1, I can run this issue by this tutorial: link, but if the file is large, this process is very Time-consuming and Reduces efficiency.
is any way to encrypt only part of the file?
Addition:- you may use the link for binary serialization from here :-Encrypt .NET binary serialization stream
Of course, you can do but you need to aware of some Encryption/Decryption classes or algorithms available in Dotnet Or you can take help from this:-