Questions tagged [md5]

MD5 (Message-Digest algorithm 5) is a 128-bits unidirecional hash algorithm.

99 questions
7
votes
2 answers

Is there a way I can compute MD5 or SHA hashes on Windows and Linux without the need for a specific application?

Possible Duplicate: Is there a built-in method for computing a sha1 or md5 hash in windows 7? If I am running Windows 7 or a distribution of Linux how can I compute MD5 or SHA hashes without downloading a specific tool or application that can do…
4
votes
3 answers

is there any tool that can give a string for a MD5 code?

i want to have a string whose MD5 code is same as the original string has, i mean i wants a tools that takes MD5 code and gives multiple possible strings which have the same MD5 code . is there any tool exists???
1
vote
2 answers

What's the percentage of having two files with the same byte size length giving the same md5 hash?

I'm developing an app that will store a lot of files, and in case of images, it will resize them and save the different thumbnails we need, so when a user uploads an image, it will save more 8 files (this is needed). To avoid duplicated files and to…
cusspvz
  • 175
1
vote
1 answer

Are there two same md5sums in different files?

Are there two files which has same md5sums but different content? Is there way to find such files easy-way? is there some article/blog post about it ?
genesis
  • 288