igor Thu, 01 Sep 2005 09:26:41 -0700
Quoting "J. Davis" <[EMAIL PROTECTED]>: > > # echo "password" | md5sum > > Can anyone suggest how else I might troubleshoot this?
You should use: echo -n "password" | md5sum Igor.