It is nice to see how the Management Interface works, but your solution is very unsecure.
Yes the password will send without encryption over the socket connection, but why you write the username/password in the temp directory? You never remove this file from temp, so everyone can see it.
There are better approaches I think.
It is nice to see how the Management Interface works, but your solution is very unsecure. Yes the password will send without encryption over the socket connection, but why you write the username/password in the temp directory? You never remove this file from temp, so everyone can see it. There are better approaches I think.