php - Passing base64 encoded strings in URL - Stack Overflow
Is it safe to pass raw base64 encoded strings via GET parameters? ... There are additional base64 specs. (See the table here for specifics ). But essentially you need 65 chars to encode: 26 lowercase + 26 uppercase + 10 digits = 62....