|
|
|
|
|
by Perseids
4514 days ago
|
|
Why do you assume it is not base64 encoded? I have always come to believe it is some encrypted data. If I was Google I would probably give every server a UUID and a symmetric key. If an error occurs encrypt (and authenticate) the stacktrace and other debug information with that symmetric key and prepend the UUID. As a developer you can then find out the server that produced the error message, log in via SSH and decrypt the debug information. But it would be interesting to collect a lot of this error messages to check if they appear to be completely random. |
|