The credentials required to access the devices web server are sent in base64 within the HTTP headers. Since base64 is not considered a strong cipher, an attacker could intercept the web request handling the login and obtain the credentials.
Obscuring a password with a trivial encoding does not protect the password.