First of all massive respect for creating this.
Secondly, what are the chances that in the future, Google may block this type of functionality? Since we already use random bits for some fields when registering ( see below ), couldn't the EID registration be easily blocked by google if they so choose?
# Random keys, not used for ESP
register_request.e2eePublicKeyRegistration.encryptedUserSecrets.encryptedAccountKey = secrets.token_bytes(44)
register_request.e2eePublicKeyRegistration.encryptedUserSecrets.encryptedSha256AccountKeyPublicAddress = secrets.token_bytes(60)
First of all massive respect for creating this.
Secondly, what are the chances that in the future, Google may block this type of functionality? Since we already use random bits for some fields when registering ( see below ), couldn't the EID registration be easily blocked by google if they so choose?