An open API service indexing awesome lists of open source software.

https://github.com/koji-1009/encrypt_file_loader


https://github.com/koji-1009/encrypt_file_loader

dart webcrypto

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://pub.dev/packages/webcrypto).
The DB is created by [drift](https://pub.dev/packages/drift). If you want to use web support, check the following [link](https://drift.simonbinder.eu/web/).

## Web

If you want to run on the web, you need to read [drift web doc](https://drift.simonbinder.eu/platforms/web/). Especially when using wasm, refer to [Getting started](https://drift.simonbinder.eu/platforms/web/#getting-started).
There is a sample that works on the web in the example directory.