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

How can we find the checksum of a given .img file? #441

Open
Popolechien opened this issue Aug 8, 2024 · 1 comment
Open

How can we find the checksum of a given .img file? #441

Popolechien opened this issue Aug 8, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Popolechien
Copy link
Contributor

We produce .img files on a monthly basis (e.g. prepper or demo images) and folks might be interested in getting the checksum.

For zim files, this can be easily found by looking at zimname.zim.sha256 on the download.kiwix.org folder. Is there anything similar for images? I tried for instance https://org-kiwix-hotspot-cardshop-download.s3.us-west-1.wasabisys.com/preppers_2024-08_66ab408590.img.sha256, but to no avail.

@Popolechien Popolechien added the question Further information is requested label Aug 8, 2024
@rgaudin
Copy link
Member

rgaudin commented Aug 8, 2024

Not at the moment ; we dont even compute the checksum. We could do that as part of the image-creator and/or the worker and upload it next to the image for it to work similarly to mirrorbrain (albeit we'd only offer one hash).
I think it's a positive thing that strengthen security and sense of security.
It has one drawback though: it takes a linear time to compute (the longer the larger the image is). We could do that in parallel to upload though so it has no consequence on ready-time.

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

No branches or pull requests

2 participants