Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
How to modify file checksum?
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
LAMW - Linux Installation...
by
af0815
[
Today
at 08:14:42 am]
Indy: check if client is ...
by
krolikbest
[
Today
at 08:03:16 am]
[solved] OPM - LAMW insta...
by
Handoko
[
Today
at 07:48:02 am]
Configure data source via...
by
af0815
[
Today
at 07:29:15 am]
Error Messages
by
speter
[
Today
at 06:51:23 am]
Problem with replacing a ...
by
egsuh
[
Today
at 05:26:51 am]
How to pass information f...
by
egsuh
[
Today
at 04:59:44 am]
custom list control
by
dsiders
[
Today
at 04:59:25 am]
LAMW: how to work with BL...
by
Ritt
[
Today
at 04:47:32 am]
Fpcupdeluxe
by
josh
[
Today
at 02:48:17 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to modify file checksum? (Read 560 times)
TomTom
Full Member
Posts: 115
How to modify file checksum?
«
on:
August 14, 2019, 01:06:39 pm »
Hi
I have many files that need to have their checksums changed. How can I do this? Is this even possible?
These are tif images. I know I could add single pixel at random position and checksum will change but Im wondering if there is some more elegant way (not changing image).
Logged
howardpc
Hero Member
Posts: 3640
Re: How to modify file checksum?
«
Reply #1 on:
August 14, 2019, 01:42:23 pm »
A checksum is a derived statistic.
Unless the binary representation of the file changes in some way, its checksum will not change (unless the checksum calculation algorithm is substandard).
Logged
TomTom
Full Member
Posts: 115
Re: How to modify file checksum?
«
Reply #2 on:
August 14, 2019, 01:49:54 pm »
So... I need to change something in the file like in my case, set random pixel to random color for example.. or change some meta-data... Am I right?
Logged
marcov
Global Moderator
Hero Member
Posts: 9082
FPC developer.
Re: How to modify file checksum?
«
Reply #3 on:
August 14, 2019, 01:51:51 pm »
Some checksums have certain properties. E.g. you make the file 4 bytes longer to n+4, and take the checksum of the first n bytes, and craft a value to put in the four extra bytes so that the value over n+4 bytes is what you want.
Logged
Thaddy
Hero Member
Posts: 10704
Re: How to modify file checksum?
«
Reply #4 on:
August 14, 2019, 02:35:23 pm »
If the hash is over the full TTiffIFD record, you can possibly modify the date, or one of the document properties, like the model of the scanner
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
How to modify file checksum?
TinyPortal
© 2005-2018