encrypt_file_loader
encrypt_file_loader downloads and saves the encrypted file. It can then set the key and decrypt the file.
Decrypt using webcrypto. The DB is created by drift. If you want to use web support, check the following link.
Web
If you want to run on the web, you need to read drift web doc. Especially when using wasm, refer to Getting started. There is a sample that works on the web in the example directory.