Untitled

Hexadecimal Notation

MD5 Hash Algorithm

Algorithm 🙂 :

Untitled

The main algorithm of the MD5 hash , works on data of block size of 512 bits , and then proceeds with it's main encryption part . Hence forth , after dividing the given string into blocks of 512 bits ( there might be multiple or no such blocks ) , we make the leftover string length by padding the string , so that the block finally becomes a multiple of 512 bits.

Hold up , next coming is SHA-256 algorithm broken down into easyyyyy steps !!!!!!! 😎