You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise revoking a device is not effective as a revoked device could still just fetch all the account data at a later time using just the account key.
To make this possible the device sending the server and private key would need to trust the public key of the other device.
There is an interesting cross-platform bluetooth implementation here:
But a quick test yields an abort on MacOS so possibly the better way to communicate between the devices would be an end-to-end encrypted tunnel over the server.
The text was updated successfully, but these errors were encountered:
Otherwise revoking a device is not effective as a revoked device could still just fetch all the account data at a later time using just the account key.
To make this possible the device sending the server and private key would need to trust the public key of the other device.
There is an interesting cross-platform bluetooth implementation here:
https://github.com/deviceplug/btleplug
But a quick test yields an abort on MacOS so possibly the better way to communicate between the devices would be an end-to-end encrypted tunnel over the server.
The text was updated successfully, but these errors were encountered: