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
- Host: GitHub
- URL: https://github.com/koji-1009/encrypt_file_loader
- Owner: koji-1009
- License: mit
- Created: 2021-03-20T12:15:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T12:52:17.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:03:53.897Z (about 1 year ago)
- Topics: dart, webcrypto
- Language: JavaScript
- Homepage: https://pub.dev/packages/encrypt_file_loader
- Size: 914 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.