Calculate checksum for folder in windows and check on linux

I have the following requirement:

  • Calculate one checksum (preferably SHA1) from the entire folder. This must be done on Windows.
  • Move this folder from Windows to Linux.
  • Check the entire hash folder in the Linux box.

Any ideas are welcome!

+3
source share
1 answer

md5deep http://linhost.info/2010/02/checksum-a-directory-with-md5deep/

This is done using MD5, but allows the calculation of hashes for subdirectories and, presumably, cross-platform. It would not surprise me if there was a SHA version.

rsync SSH ( Cygwin Windows). , .

+2

All Articles