I have a file, file.txt and inside it I have a text computer
. When I use openssl to make a MD5 hash out of it, it gives me:
openssl dgst -md5 file.txt
MD5(file.txt)= 6accefe4a7ff62bd935f25a053c5fd3c
And when I use http://www.md5.cz/ to make hash from the word computer
it gives me df53ca268240ca76670c8566ee54568a
and I dont know why.
In my file theres no newlines and spaces. What is the problem here?