Many legends are discussed about the MD5 algorithm, but it's time to break the myths and talk about real facts. Is the MD5 algorithm still safe to store passwords? That's what we'll see in this...
Recent Posts
MD5 is a hashing function that is often used to check if a file transfer is complete and the file has not been corrupted during it. On each system there are different tools you can use to a file...
Cracking MD5 hashes is interesting for many people, and if you are programming in JavaScript you are at the perfect place. In this article, you'll learn how to use MD5 in JavaScript and also how to...
That's a common question when you work with hashes for the first time. I'm not (yet) native speaker in MD5, but I think I can help you to guess if a hash you have is a MD5 or not. The MD5...
This is a common question with cryptographic algorithms (MD5, SHA1, etc.). The security issues with these algorithms often come from a misunderstanding of what they are and how they work. In this...
The MD5 algorithm is often used to check large files (after a download for example). By comparing the MD5 output, we can tell if they are the same file or not. But is it possible to have the same MD5...