首页

Ask HN: Why don't we create checksum for source code?

1 点作者 franzwong超过 4 年前
Suppose a developer puts the source code of an App in Github, so that we can review the source code to ensure it is securely safe for users. I know we create checksum for the binaries. But how can we know the App in App store is built from the source code in Github?

3 条评论

bloak超过 4 年前
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Reproducible_builds" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Reproducible_builds</a> ?
remexre超过 4 年前
<a href="https:&#x2F;&#x2F;nixos.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nixos.org&#x2F;</a> and <a href="https:&#x2F;&#x2F;guix.gnu.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;guix.gnu.org&#x2F;</a> are both angling to do this, but... it&#x27;s hard.
smt88超过 4 年前
The majority of useful software will not build into identical binary files each time.<p>If you trust the source code, it&#x27;s usually easy enough to build a mature FOSS app yourself.