File hash: Does it change for same content but in different order?
- by Nirmal
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?