Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #257527
| From | Nicolas George <george@nsup.org> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: bookworm sha256sum may be defective |
| Date | 2023-04-24 13:40 +0200 |
| Message-ID | <Go2I1-4b7x-5@gated-at.bofh.it> (permalink) |
| References | <Gajpn-d7JR-1@gated-at.bofh.it> <GakbL-d8j5-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Thomas Schmitt (12023-03-17):
> Various checksums:
>
> $ sha256sum slint64-15.0-2.iso
> cc0421fdd9630d3bb3ea8ef338c7cfb7a29fd8df98ccbae3debed60847a976a3 slint64-15.0-2.iso
> $ sha512sum slint64-15.0-2.iso
> faf3210c680caeb5875651989aeb2841b4a0733a618b8d13e5163ebf5c16046d82d4ee645d471664604eeb164e0bd7b919f64e4798167f48a6ed2e935d06d6a4 slint64-15.0-2.iso
> $ md5sum slint64-15.0-2.iso
> f00a3d3bf641309feac4b1aa9abacf4f slint64-15.0-2.iso
> $ crc32 slint64-15.0-2.iso
> 3ed8c08a
> $
By the way, shameless plug:
~ $ time multihash tmp_debian_ml/slint64-15.0-2.iso
crc32:3ed8c08a tmp_debian_ml/slint64-15.0-2.iso
md5:f00a3d3bf641309feac4b1aa9abacf4f tmp_debian_ml/slint64-15.0-2.iso
sha1:d9c904d1d174366d495f4d8ac210437d5c8d7fa4 tmp_debian_ml/slint64-15.0-2.iso
sha256:cc0421fdd9630d3bb3ea8ef338c7cfb7a29fd8df98ccbae3debed60847a976a3 tmp_debian_ml/slint64-15.0-2.iso
sha512:faf3210c680caeb5875651989aeb2841b4a0733a618b8d13e5163ebf5c16046d82d4ee645d471664604eeb164e0bd7b919f64e4798167f48a6ed2e935d06d6a4 tmp_debian_ml/slint64-15.0-2.iso
multihash tmp_debian_ml/slint64-15.0-2.iso 49.04s user 1.30s system 346% cpu 14.531 total
~ $ time multihash tmp_debian_ml/slint64-15.0-2.iso
crc32:3ed8c08a tmp_debian_ml/slint64-15.0-2.iso
md5:f00a3d3bf641309feac4b1aa9abacf4f tmp_debian_ml/slint64-15.0-2.iso
sha1:d9c904d1d174366d495f4d8ac210437d5c8d7fa4 tmp_debian_ml/slint64-15.0-2.iso
sha256:cc0421fdd9630d3bb3ea8ef338c7cfb7a29fd8df98ccbae3debed60847a976a3 tmp_debian_ml/slint64-15.0-2.iso
sha512:faf3210c680caeb5875651989aeb2841b4a0733a618b8d13e5163ebf5c16046d82d4ee645d471664604eeb164e0bd7b919f64e4798167f48a6ed2e935d06d6a4 tmp_debian_ml/slint64-15.0-2.iso
multihash tmp_debian_ml/slint64-15.0-2.iso 0.00s user 0.00s system 39% cpu 0.009 total
~ $ time multihash -r tmp_debian_ml
{
"files" : [
{
"path" : "/",
"type" : "D",
"mtime" : 1682336027,
"mode" : "0755"
},
{
"path" : "/slint64-15.0-2.iso",
"type" : "F",
"size" : 3991879680,
"mtime" : 1676851591,
"mode" : "0644",
"hash" : {
"crc32" : "3ed8c08a",
"md5" : "f00a3d3bf641309feac4b1aa9abacf4f",
"sha1" : "d9c904d1d174366d495f4d8ac210437d5c8d7fa4",
"sha256" : "cc0421fdd9630d3bb3ea8ef338c7cfb7a29fd8df98ccbae3debed60847a976a3",
"sha512" : "faf3210c680caeb5875651989aeb2841b4a0733a618b8d13e5163ebf5c16046d82d4ee645d471664604eeb164e0bd7b919f64e4798167f48a6ed2e935d06d6a4"
}
}
]
}
multihash -r tmp_debian_ml 0.00s user 0.00s system 32% cpu 0.013 total
~ $ tar -c tmp_debian_ml | multihash -t
{
"files" : [
{
"path" : "tmp_debian_ml",
"type" : "D",
"mtime" : 1682336027,
"mode" : "0755"
},
{
"path" : "tmp_debian_ml/slint64-15.0-2.iso",
"type" : "F",
"size" : 3991879680,
"mtime" : 1676851591,
"mode" : "0644",
"hash" : {
"crc32" : "3ed8c08a",
"md5" : "f00a3d3bf641309feac4b1aa9abacf4f",
"sha1" : "d9c904d1d174366d495f4d8ac210437d5c8d7fa4",
"sha256" : "cc0421fdd9630d3bb3ea8ef338c7cfb7a29fd8df98ccbae3debed60847a976a3",
"sha512" : "faf3210c680caeb5875651989aeb2841b4a0733a618b8d13e5163ebf5c16046d82d4ee645d471664604eeb164e0bd7b919f64e4798167f48a6ed2e935d06d6a4"
}
}
]
}
https://github.com/Cigaes/multihash
Regards,
--
Nicolas George
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
bookworm sha256sum may be defective Jude DaShiell <jdashiel@panix.com> - 2023-03-17 14:40 +0100
Re: bookworm sha256sum may be defective Tom Furie <tom@furie.org.uk> - 2023-03-17 15:00 +0100
Re: bookworm sha256sum may be defective "Thomas Schmitt" <scdbackup@gmx.net> - 2023-03-17 15:00 +0100
Re: bookworm sha256sum may be defective Jude DaShiell <jdashiel@panix.com> - 2023-03-17 15:40 +0100
Re: bookworm sha256sum may be defective "Thomas Schmitt" <scdbackup@gmx.net> - 2023-03-17 16:30 +0100
Re: bookworm sha256sum may be defective Jude DaShiell <jdashiel@panix.com> - 2023-03-17 17:10 +0100
Re: bookworm sha256sum may be defective Nicolas George <george@nsup.org> - 2023-04-24 13:40 +0200
Re: bookworm sha256sum may be defective Jeffrey Walton <noloader@gmail.com> - 2023-03-17 15:10 +0100
Re: bookworm sha256sum may be defective Jude DaShiell <jdashiel@panix.com> - 2023-03-17 15:30 +0100
Re: bookworm sha256sum may be defective davidson <davidson@freevolt.org> - 2023-03-17 15:50 +0100
Re: bookworm sha256sum may be defective Jude DaShiell <jdashiel@panix.com> - 2023-03-17 16:10 +0100
Re: bookworm sha256sum may be defective Dan Ritter <dsr@randomstring.org> - 2023-03-17 17:10 +0100
Re: bookworm sha256sum may be defective davidson <davidson@freevolt.org> - 2023-03-17 16:10 +0100
csiph-web