Comment on Providing a checksum without telling you how it was created
MTK@lemmy.world 4 weeks ago
It’s not that uncommon because they have specific lengths, so usually just by the length you can know the checksum. Of course it’s not perfect, but for file verification it’s usually MD5, SHA1, or SHA256, so the length is enough to differentiate between them.
But yeah, dick move.
bleistift2@sopuli.xyz 4 weeks ago
It’s the first time I’ve seen it. Are we supposed to memorize the specific length of each hashing function now?
MTK@lemmy.world 4 weeks ago
Cyberchef is your friend
cyberchef.io
Uss the magic module
some_random_nick@lemmy.world 4 weeks ago
A solution to a problem that shouldn’t even exist
Tenkard@lemmy.ml 4 weeks ago
I’d just run the cli commands to check it
md5 filename sha256 filename
Etc.
As the other user said it should be one of the main ones