Can you use OpenSSL to generate an md5 or sha hash on a directory of files?

Posted by Kieveli on Super User See other posts from Super User or by Kieveli
Published on 2009-11-19T18:38:37Z Indexed on 2010/05/27 8:22 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

I'm interested in storing an indicator of file / directory integrity between two archived copies of directories. It's around 1TB of data stored recursively on hard drives. Is there a way using OpenSSL to generate a single hash for all the files that can be used as a comparison between two copies of the data, or at a later point to verify the data has not changed?

© Super User or respective owner

Related posts about hash

Related posts about md5