Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

MD5-Hash only valid up to 4160 Bytes of input-data

In Unit ElMD5.pas, i found following line:


TCrMD5.MD5_Hash_Bytes;
var
  Buffer : array[0..4159] of Byte;
...

So hashing is only possible with small data...


Please fix this for the next version

Comments

Sign In or Register to comment.