hehehyou forgot something :)
echo "blah" is actually "blah\n"
# echo -n "blah" |md5sum
6f1ed002ab5595859014ebf0951522d9 stdin
-d
Mikhail Avrekh wrote:
>Hello,
>
>Don't know if this is a question of (mis)configuration; I'm posting this
>just in case someone had run into this before:
>
>PH
Hello,
Don't know if this is a question of (mis)configuration; I'm posting this
just in case someone had run into this before:
PHP's native md5() appears to return a different value from Linux's md5sum
command:
[mavrekh ~]$ echo "blah" | md5sum
0d599f0ec05c3bda8c3b8a68c32a1b47 -
[mavrekh ~]$
2 matches
Mail list logo