Is it ok to use an encrypted email with public/private key encryption as User ID?
I understand that an autogenerated ID would be valid as User Id, the problem is that because of the complexity of the organization it would take a long time.
Saludos, Kevin
I have to update this answer, since the paragraph quoted below evidently refers to data imports only.
Googles guidelines on "Best practices to avoid sending Personally Identifiable Information (PII)" say:
I have no idea why this would be okay in data collection but not in data imports, but that's what Google says so there.
Old answer
Somewhat surprisingly that's not okay.
While encryption is not the same as hashing I'm pretty sure that a ban on hashing will also apply to encryption (after all hashing is not even supposed to be reversible, so in a way it is "stronger" than encryption).