View Single Post
zerojay's Avatar
Posts: 2,669 | Thanked: 2,555 times | Joined on Apr 2007 @ Halifax, Nova Scotia, Canada
#11
Originally Posted by thp View Post
You probably have to use "-n" as parameter for echo in the command line when md5summing (the code in the documentation is wrong):

Code:
echo -n "yourpassword" | md5sum
Yep, you're right. It now works. Thanks a ton. Have you passed this along to the author?