Huge file hash

G

Gnu

I basically know how to get the MD5 value of a small-to-medium string, but
how should I calculate it on a huge file, one that I can't bring in memory
(say 10, 20 Gb)?
Does anyone know how I should "partition" this operation?

Thanks a lot for your time,
GNU
 
G

Gianni Mariani

Gnu said:
I basically know how to get the MD5 value of a small-to-medium string, but
how should I calculate it on a huge file, one that I can't bring in memory
(say 10, 20 Gb)?
Does anyone know how I should "partition" this operation?


This is not a C++ question. You'd be better off trying a crypto or
general programming group.

Do you really need an md5 ? md5 is pretty expensive computationally.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,155
Messages
2,570,871
Members
47,401
Latest member
CliffGrime

Latest Threads

Top