Open larsborn opened 9 years ago
the id could be some hash of the private key ... or the public key.
Hashing the public key seems like a good idea. Should be as unique as the private key and can't possibly expose any more information about the private key.
On first bootstrap every user gets a random id (a String for example). The user has to copy this information to all devices (together with the private key). We need to find a secure way to move the private key (without involving too many flash memory devices).