Jump to content

Hash Length


Crew-Portal

Recommended Posts

nope as far as i know its alwas 32 chricters long read this "

 

MD stands for message digest. MD5 is an algorithm which takes an input of any length, and outputs a message digest of a fixed length (128-bit, 32 characters), made up from hexadecimal values. OK, now in English: MD5 is basically a way of taking a bunch of characters (be they digits, alphabetic or other), called the input string, and changing them to a 32 character long bunch of characters, called the message digest or the hash of the inputted string, made up from only hexadecimal characters (the digits 0-9 and the letters a-f). This means that whatever the length of the inputted string, MD5 will always create something which is 32 characters long, with only hexadecimal characters. The message digest will have no spaces, or quotation marks or anything other than 0-9's and a-f's in the outputted message digest.

 

MD5 hashes also have the advantage of generating completely different looking hashes from seemingly similar inputs.

Link to comment
https://forums.phpfreaks.com/topic/81008-hash-length/#findComment-410970
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.