How to encrypt large files with AES in the browser [closed]
Closed 10 mins ago.
How to Encrypt Large Files (10GB+) Using WebCrypto API
I’m currently building a web application that needs to encrypt large files (10GB+) using AES encryption. Given the size of these files, they cannot be loaded entirely into memory. I want to process them as streams to handle encryption.