Now password from 'LogBook password' field is directly transferred to LogBook server upon uploading telemetry data. This is wrong behavior since server is accepting md5 hashed password.
TODO:
Data from 'LogBook password' field on UI should be hashed by md5 if it was edited by user.
Password in client.properties file should be stored as md5 hash (clarify that behavior in project documentation)
Now password from 'LogBook password' field is directly transferred to LogBook server upon uploading telemetry data. This is wrong behavior since server is accepting md5 hashed password. TODO: