Fix long password validation in WebServer by earlephilhower · Pull Request #7676 · esp8266/Arduino

@earlephilhower

Use a base64 encode that doesn't add CRs to the output when comparing
username:password values for authentication.

Fixes esp8266#7664