This repository was archived by the owner on Mar 4, 2023. It is now read-only.
Added encryption and more
Changelist:
- Fixed bug where the default remote state was reported wrong
- Added
loadIntomethod to async store: Updates an existing object instead of creating a new one - Added
iteratemethod to async store: Allows you to asynchronously iterate over all datasets of a type - Improved CachingDataStore QObject implemetation
- changes will now update objects instead of recreating them
- Added e2e encryption
- Encryptor interface to add any encryption you need
- Default implementation based on QTinyAes (128 bit CBC AES)
- Added export/import user data methods to authenticator -> easier exchange of user identity etc.