I have to transfer my file from one server to another. An automated script will be doing transfer every night at 12 am. I want to compare the the md5 hash of the file before transmission and md5 hash of file after transmission. Is md5 hash good emough for this purpose?
Or should I be using sha256?
My main concern is that sha256 is much slower than md5. My file size would be around 1 GB per file.