1
Support and Feedback / Re: File Verifier does NOT check sha files
« Last post by Mathias (Author) on Today at 12:40:09 »Use-case for text mode
A text file is created in linux. and that file is open on Windows, in an OLD editor so when file is saved (without any changed) it replaces LF with CRLF, the checksum would still be the same. even if filesize is different and the file content has changed.
Now If you create a file in text mode on linux and compare it on Windows in Binary mode.. they will match. Only the above very narrow use case will fail.
A text file is created in linux. and that file is open on Windows, in an OLD editor so when file is saved (without any changed) it replaces LF with CRLF, the checksum would still be the same. even if filesize is different and the file content has changed.
Now If you create a file in text mode on linux and compare it on Windows in Binary mode.. they will match. Only the above very narrow use case will fail.
Recent Posts