I saw that the Android App transfers several values to the server. Among them there is an option called password
. The value looks like a Base64-encoded 256-Bit value. Does this field really contain the master password of the user? What algorithms are used to create this value?
Thanks for any hints