The hash of kali-linux-2022.4-raspberry-pi-arm64.img.xz changed after burning it into an sd card

I was burning an iso file into the sd card with pi imager and I doubled checked the hash before the burning and after and I got different results
sha256sum kali-linux-2022.4-raspberry-pi-arm64.img.xz
fba37da4901558479de64fd886937e3d4653e9a… Continue reading The hash of kali-linux-2022.4-raspberry-pi-arm64.img.xz changed after burning it into an sd card

Collision probability between truncating vs subsequencing of SHA256 hash to 128 bits?

I am taking a SHA256 hash output in hexadecimal (64 hex nibbles), subsequencing it by taking every other character to make it 32 hex nibbles or 128 bits, and formatting it into a UUID string.
This isn’t being used for security purposes, ma… Continue reading Collision probability between truncating vs subsequencing of SHA256 hash to 128 bits?