Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circularity in Verification Intergrity with Zig Official Repo #140

Closed
lastironstar opened this issue Jan 10, 2024 · 1 comment
Closed

Circularity in Verification Intergrity with Zig Official Repo #140

lastironstar opened this issue Jan 10, 2024 · 1 comment

Comments

@lastironstar
Copy link

I wanted to use Zig to compile minisign on my system.
The official source files on https://ziglang.org/download/ are signed with minisign!
How to resolve this circular integrity check dependency?

@jedisct1
Copy link
Owner

Well, you need to start somewhere, just like in any signature chain. You should also trust the web browser you are going to use to download files, as well as your operating system and CPU.

Your operating system is likely to already have packages for Minisign, so since you already trust your OS and package manager, you can install Minisign that way.

There are pre-built binaries available for download at https://jedisct1.github.io/minisign/ -- If you trust your web browser and GitHub, you can install it from there, no need to compile anything.

If you feel like you're against a targeted attack, download the binary from multiple locations, using multiple computers, and check that the files are the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants