ugcs / dronelogbook

Dronelogbook integration
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Add md5 to LogBook password #1

Closed Gendalfion closed 6 years ago

Gendalfion commented 6 years ago

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:

  1. Data from 'LogBook password' field on UI should be hashed by md5 if it was edited by user.
  2. Password in client.properties file should be stored as md5 hash (clarify that behavior in project documentation)