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
Thanks
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
Does anyone know if the PortableApps Platform automatically verifies the checksum when it downloads a new app?
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.
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.
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
I'll check out the DownThemAll extension too.
Have a nice weekend!
>Does anyone know if the PortableApps Platform automatically verifies the checksum when it downloads a new app?
Otto Sykora
Basel, Switzerland
>> 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.
try to give the updater somehow incomplete download and you will see that it will fail.
Otto Sykora
Basel, Switzerland
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!
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?
The app store and updater work the same way. They're the same code.
Sometimes, the impossible can become possible, if you're awesome!
Great! Thanks!