-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Thank you so much for developing these low-level lo-fi primitives and sharing them openly, important pioneering work !
I'd like to use your libraries in my local-first file sync engine (files first saved to the browser, then optional cloud sync). At the moment, it uses localforage, but if your storage library could be modified to also support Blob Storage, I would much rather use it with it's local vault encryption.
For my use case, it is essential that files remain encrypted not only at rest on the client device but also when transferred to and stored on a central synchronization server. Could you clarify whether the vault library currently encrypts data exclusively at rest/on‑device, or whether encrypted files can also be exported, shared, and transmitted securely while remaining encrypted?
Thank you again for your work on this project. I believe your library could be an excellent fit for my engine, and I am eager to understand its capabilities in this regard.