Top "Md5" questions

Cryptographic hash function with a 128-bit (16-byte) hash value.

Compare md5 hashes of two files in python

I want to compare hashes of two files. But no matter if files are different or not, even with different …

python python-3.x hash md5 hashlib
MySQL MD5 and Java MD5 not equal

The next function in MySQL MD5( 'secret' ) generates 5ebe2294ecd0e0f08eab7690d2a6ee69 I would like to …

java mysql cryptography md5 cryptographic-hash-function
MD5 collision for known input

Is it possible to create a MD5 collision based on a known input value? So for example I have input …

md5 collision
Shortest hash? MD5 / SHA . First chars, git

I need hash function. Users will be write these hash to computer so hash should be short. I will have …

git hash md5 sha
How to get the same MD5 with Delphi and PHP?

I'm using Delphi XE2 with FireMonkey. I have read many other questions about MD5 but didn't find an answer to …

php delphi md5 delphi-xe2 firemonkey
Is it okay to truncate a SHA256 hash to 128 bits?

MD5 and SHA-1 hashes have weaknesses against collision attacks. SHA256 does not but it outputs 256 bits. Can I safely take …

hash md5 sha256 sha
What are the differences between MD5 binary mode and text mode?

Here's my testing : ...$ md5sum -b roy.html f9283ca2833ff7ebb6781ab8d23a21aa *roy.html ...$ md5sum …

encryption md5 md5sum
Can you convert the output of php crypt() to valid MD5?

I have some strings that have been encrypted using the PHP function crypt(). The outputs look something like this: $1$Vf/.4.1.$…

php hash cryptography md5 crypt
Upgrade password hash from md5 to bcrypt

Its been discussed here before, but there seems to be no conclusion. Ideally, don't want to maintain state (upgraded/not …

hash passwords md5 bcrypt
One way hash (not for crypto/security), use SHA256 (not MD5, SHA-1)?

On a new system, we require a one-way-hash to compute a digital signature from binary input (e.g., a kilobyte …

git hash md5 scons sha256