eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

Overloaded Connect method and accepting password in byte format. #111

Open dhanvinshah opened 4 years ago

dhanvinshah commented 4 years ago

It is enhancement request.

Currently, password for connect method is being sent in plain text format. With connect overload method, password can be encrypted and sent in byte format.

This fork project is tested with and without overloaded connect method.

Signed-off-by: Dhanvin Shah dhanvin.shah@gmail.com