There are some streams on SO that cover this, but most of them are 12 months old. I want to understand if Meteor (and the available packages) can currently work:
- An application that works both online (when there is a network connection) and offline (when this does not happen).
- Allows you to make changes made offline to save to the server online (and vice versa).
- Allows you to save saved data in encrypted form on the device and only decrypt when used.
- Allows you to use any user attribute (application password or, possibly, a token generated by the server for each login), which will be used as part of the decryption key. (the intention is that if a device is stolen and a screen lock bypasses the data, it is still βreasonablyβ safe).
- On both, iOS and Android are rooted and not.
source share