$ sha1sum
Executing this command at both ends should result in identicaloutputs. This works for all files, text or binary. You could also dothe same thing with OpenSSL or GNU Privacy Guard.
$ openssl -sha1
or
$ gpg --print-md sha1
You could also use diff or cksum for this but the above approach isbetter. Or if you have the luxury to execute sha512sum at both sides,it is even better!
No comments:
Post a Comment