You are here

How to verify an app file using the provided MD5 Hash key?

13 posts / 0 new
Last post
LaurentZG
Offline
Last seen: 10 years 3 months ago
Joined: 2014-09-29 08:41
How to verify an app file using the provided MD5 Hash key?

Hello,

I have for some time been wondering how I could verify the downloaded apps using the MD5 Hash keys, but have been unsuccessful in doing so.

I have downloaded and installed the Rapid CRC Unicode Portable app, but I am not able to figure it out. For example, and if Rapid CRC Unicode is the right app for doing this, if it's the install file of a downloaded app I should check or if it is all the files after installation....

If anyone could please help me out I would appreciate it a lot Smile

Thanks

mjashby
Offline
Last seen: 11 months 1 week ago
Developer
Joined: 2008-09-19 13:35
MD5 Checksum Checker

The easiest way is to download a checksum checker such as:

https://portableapps.com/apps/utilities/winmd5sum_portable

I know the next question! If you down load a checksum checker how do you then check the checksum of that download?

Well, if you must, try Microsoft's own help page here:

http://support.microsoft.com/kb/889768

Have fun.

MJA

PortableGood
Offline
Last seen: 1 year 2 days ago
Joined: 2014-10-06 11:51
What about the PortableApps Platform?

Does anyone know if the PortableApps Platform automatically verifies the checksum when it downloads a new app?

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 1 week 5 days ago
DeveloperModerator
Joined: 2008-07-24 18:46
WinMD5sum or DownThemAll

I use, for various times, either WinMD5sum or DownThemAll. You can use Rapid CRC as well, but it doesn't compare, it only calculates the MD5. I tend to use it when building app updates, so I can calculate multiple MD5's at once.

WinMD5sum, on the other hand, will compare the MD5 for the file you choose. You should be choosing the *.paf.exe file for whichever app you've downloaded.

Alternatively, you can use the DownThemAll Firefox extension, which allows you to enter the MD5 prior to downloading the app, and it'll confirm it when the download is complete.

depp.jones
Offline
Last seen: 1 hour 58 min ago
DeveloperTranslator
Joined: 2010-06-05 17:19
Hello Laurent, every download

Hello Laurent,

every download file from here (at least the official ones, but most development tests, too) has it's md5-hash noted somewhere on its download page. Rapid CRC Unicode 0.3.15 portable (RapidCRCUnicodePortable_0.3.15_English.paf.exe) has f98f91232370b2abb1d1739fde392916 for instance. You find that at the download details on the bottom of the specific page.

The easiest checker is the one mjashby mentioned. But Rapid CRC Unicode can also do the trick (you have to switch on md5 in options).

You just need to check the paf.exe file. If it's checksum is correct, the containing files will also be. No way to change the internals of an archive without changing its md5 checksum.

LaurentZG
Offline
Last seen: 10 years 3 months ago
Joined: 2014-09-29 08:41
Thanks!

Thanks a lot to all three of you! I really appreciate it.

Pretty annoying when one do not figure out stuff.

I was not aware of WinMd5Sum, so that was embarrassing easy Biggrin

I'll check out the DownThemAll extension too.

Have a nice weekend!

ottosykora
Offline
Last seen: 7 hours 10 min ago
Joined: 2007-10-11 17:48
it does

>Does anyone know if the PortableApps Platform automatically verifies the checksum when it downloads a new app?

Otto Sykora
Basel, Switzerland

PortableGood
Offline
Last seen: 1 year 2 days ago
Joined: 2014-10-06 11:51
>> Does anyone know if the

>> Does anyone know if the PortableApps Platform automatically verifies the checksum when it downloads a new app?

> yes it does

Thanks Otto! Where did you find the answer? I searched but was unable to find it.

ottosykora
Offline
Last seen: 7 hours 10 min ago
Joined: 2007-10-11 17:48
try

try to give the updater somehow incomplete download and you will see that it will fail.

Otto Sykora
Basel, Switzerland

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 11 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Always Has

The updater has always checked md5 sums from when we first added it to the platform. It's not really documented other than in the code as I couldn't imagine something like this being implemented and not being at least checked for viruses using two engines and then a hash saved, published and verified.

Sometimes, the impossible can become possible, if you're awesome!

PortableGood
Offline
Last seen: 1 year 2 days ago
Joined: 2014-10-06 11:51
That's great info,

That's great info, thanks!

You mentioned all the checks used for the updater. Are the same checks used for the initial download of an app?

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 11 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Same Thing

The app store and updater work the same way. They're the same code.

Sometimes, the impossible can become possible, if you're awesome!

PortableGood
Offline
Last seen: 1 year 2 days ago
Joined: 2014-10-06 11:51
Great! Thanks!

Great! Thanks!

Log in or register to post comments