Builds are not reproducible #67
Description
Using reproducible builds would ensure that users have confidence that the binaries for their architecture and platform were created from the (hopefully) audited and secure sources:
Most aspects of software verification are done on source code, as that is what humans can reasonably understand. But most of the time, computers require software to be first built into a long string of numbers to be used. With reproducible builds, multiple parties can redo this process independently and ensure they all get exactly the same result. We can thus gain confidence that a distributed binary code is indeed coming from a given source code.
There is information on how to do this. Once done, please document this fact for your users so that they can understand the security procedures used in the creation of this app, including the auditing process.