Bug: Incorrect MD5 checksum file extension

USB Image Tool support forum
Post Reply
XP1
Posts: 2
Joined: Sat Jan 25, 2014 11:25 pm

Bug: Incorrect MD5 checksum file extension

Post by XP1 »

Bug: Incorrect MD5 checksum file extension

I have the setting enabled: Options > "Create MD5 checksums during backup (hashing is done for the uncompressed image)".

When I save the image in a compressed format, the generated MD5 file refers to the compressed image, which is incorrect. According to the setting description, the MD5 file should refer to the uncompressed image.

For example:
1) I save an IMZ compressed image as "file.imz".
2) After the image is created, the MD5 checksum file is saved as "file.imz.md5". This is incorrect. The MD5 checksum file should be saved as "file.ima.md5".
3) Inside of the "file.imz.md5" contains "md5 *file.imz". This is incorrect. The MD5 checksum file should contain "md5 *file.ima".

I am using USB Image Tool 1.64.
Post Reply