|
|
|
|
|
by twr
2882 days ago
|
|
I agree with you that Keybase should release their backend code. My comment about (server source code- derived) trust was made in the context of users who would remain using the official keybase.io API servers, which would probably be the vast majority of Keybase users. It’s not all of the time, or even most of the time, but frequently there are reasons for preferring binaries: - build systems which are more annoying to setup than just straight reading the assembly / IL dump (ex: android) - you might want to reverse and/or edit the binary anyway — to look at compiler output, as one example - it’s sometimes faster to understand the asm than it is to go over the code, compile it, and compare [non-]matching binary outputs (this is regularly true for smaller programs) - the tools for analyzing binaries are often more advanced than code tools |
|