Let's say there is a file called myfile.txt
with the following contents:
one two three
Another file called yourfile.txt
with following contents:
two three one
Will the SHA-1
hash be the same for both of these files, because the content are same but in different order?