-3

Possible Duplicate:
Maximum length for MD5 input/output

I know that MD5 function produces a maximum length of 32 bytes, but what about its maximum input?

Community
  • 1
  • 1
aceraven777
  • 4,358
  • 3
  • 31
  • 55
  • 3
    MD5 always outputs 128 bits or 16 bytes, not 32 bytes. If you use a hexadecimal representation of 16 bytes, you get 32 characters. But that encoding unrelated to MD5. – CodesInChaos Nov 02 '12 at 12:19

1 Answers1

2

There is no maximum input length.

Lock
  • 5,422
  • 14
  • 66
  • 113