3

I'm trying to download .apk files from the android emulator and calculate it's md5 check sum.I made an interesting observation here!!

Everytime i download a .apk file into the same folder the md5 check sum value remains the same.

When I download the same .apk file to a different folder the md5 check sum value changes.

Can I conclude by saying that md5 check sum of a file depends on the location of where the file is stored??

mohan babu
  • 1,388
  • 2
  • 17
  • 35

1 Answers1

2

Yes MD5 checkSum of a file depends on the location where you saved it.

HassanUsman
  • 1,787
  • 1
  • 20
  • 38