Как вычислить меньшую контрольную сумму для исполняемого файла размером от 4 до 6 байт? ⇐ Linux
-
Гость
Как вычислить меньшую контрольную сумму для исполняемого файла размером от 4 до 6 байт?
I have a executable of C++ Qt project and I want to assign a checksum to it for documentation purpose so that I add can details like
Software Version : 1.5
Checksum : 0xBd3429A
The checksum should change whenever i update my project like add new code or remove bugs or add files or remove files.
I know about md5 and sha1 and other standard hash algorithms which i can run commands and calculate the checksum but what i am looking for is smaller hashes like 4 to 6 bytes at most. Any help would be deeply appreciated.
Источник: https://stackoverflow.com/questions/781 ... to-6-bytes
I have a executable of C++ Qt project and I want to assign a checksum to it for documentation purpose so that I add can details like
Software Version : 1.5
Checksum : 0xBd3429A
The checksum should change whenever i update my project like add new code or remove bugs or add files or remove files.
I know about md5 and sha1 and other standard hash algorithms which i can run commands and calculate the checksum but what i am looking for is smaller hashes like 4 to 6 bytes at most. Any help would be deeply appreciated.
Источник: https://stackoverflow.com/questions/781 ... to-6-bytes
Мобильная версия