⬅︎ Back to Using MD5 to check equality between files
you should open the file in binary reading mode. use file(name, 'rb')
Ok.
Comment
you should open the file in binary reading mode. use file(name, 'rb')
Replies
Ok.