Originally Posted by
mwinter
Obfuscation is not security, and using daft names only makes maintenance harder.
That's one of the things djr33 suggested at the start of this thread, and BLiZZaRD had already done that, anyway.
Why? What's that supposed to accomplish?
Base64 encoding is not a form of encryption. It is a means of transmitting 8-bit data across 7-bit protocols (like SMTP). Though it does so without regard for human readability, that is far from calling it a cipher. Again, obfuscation is not security.
Mike