Top "Md5" questions

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

What is the best "forgot my password" method?

Possible Duplicate: Forgot Password: what is the best method of implementing a forgot password function? I'm programming a community website. …

security md5 application-design forgot-password
Will md5(file_contents_as_string) equal md5_file(/path/to/file)?

If I do: <?php echo md5(file_get_contents("/path/to/file")) ?> ...will this always produce the same …

php md5 md5-file
Combining MD5 hash values

When calculating a single MD5 checksum on a large file, what technique is generally used to combine the various MD5 …

md5 algorithm checksum
Convert binary string to bigint in MySQL?

I am attempting to hash a string to a 64-bit value (bigint) in MySQL. I am aware of the MD5() …

mysql hash binary md5 bigint
'Wide character in subroutine entry" - UTF-8 encoded cyrillic words as sequence of bytes

I am working on an Android word game with a large dictionary - The words (over 700 000) are kept as separate …

perl unicode utf-8 md5 cyrillic
ReferenceError: CryptoJs is not defined

I tried to hash a text in client-side. I used following code to hash it, but it shows this Reference …

javascript hash md5 cryptojs
BSD md5 vs GNU md5sum output format?

Any one knows why BSD md5 program produces hash output in this format ... MD5 (checksum.md5) = 9eb7a54d24dbf6…

md5 gnu bsd
The MD5 from a local file and the MD5 (eTag) from S3 is not the same

I get the MD5 of a local file but it is different than the MD5 (eTag) of the "same" file …

java amazon-s3 md5 md5sum
Is MD5 less secure than SHA et. al. in a practical sense?

I've seen a few questions and answers on SO suggesting that MD5 is less secure than something like SHA. My …

security hash md5 sha
Can an MD5-hash begin with a zero?

Can an MD5-hash begin with a zero? What about SHA-1?

md5 zero