Decrypting rclone encrypted Files

  1. we need for details about your plan?
  2. is the server windows or linux?
  3. on the server, what type of file server protocol will be used for copying from the client?
  4. you can encrypt any server at rest in many different ways. on windows, you can use bitlocker, you can use a hard drive that has hardware encryption, many whole disc encryption options
  5. use a vpn to copy files from client to dmz server.
  6. so you plan to decrypt the files in ram via c#? so for whatever amount of ram you would dedicate to c# code, create a temp ramdisk and decrypt rclone files to that ramdisk. no need to decrypt rclone to hard disk