Top "Md5" questions

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

How do I check if a string is a valid md5 or sha1 checksum string

I don't want to calculate a file's checksum, just to know if a given string is a valid checksum

java md5 sha1 checksum
How do I convert password hashing from MD5 to SHA?

I've got an old application that has user passwords stored in the database with an MD5 hash. I'd like to …

passwords md5 hash sha
Can an MD5 hash have ONLY numbers or ONLY letters in it?

I have been researching but I am clueless. I know that MD5 can have both numbers and letters but if …

hash md5 crypt
Is there an MD5 Fixed Point where md5(x) == x?

Is there a fixed point in the MD5 transformation, i.e. does there exist x such that md5(x) == x?

hash md5
using php to create a joomla user password?

I'm trying to create a custom registration component for Joomla, and I was wondering if anyone knew how to create …

php joomla passwords md5 password-hash
Best practices for efficiently storing md5 hashes in mysql

Possible field types: BINARY(16) CHAR(32) BIGINT + BIGINT How do I decide which one to use?

mysql passwords md5
How reliable is the adler32 checksum?

I wonder how reliable the adler32 checksum is, compared to e.g. md5 checksums? It was told on wikipedia that …

md5 checksum data-consistency adler32
Very slow to generate MD5 for large file using Java

I am using Java to generate the MD5 hash for some files. I need to generate one MD5 for several …

java performance file md5 checksum
Library providing various hash algorithms (MD5, SHA1, SHA256, etc) in Java?

Is there a simple library out there for Java in a Maven repository that will give me simple, one-liner hash …

java md5 sha1 sha256 sha512
how to create md5 hash of a column in R?

I have a data frame ID, VID 1 , xyz-0001 I would like to replace VID with md5 hash of VID column …

r md5