When I generate an MD5 hash with a plain-text (password), I get:
password
$echo -n "password" | openssl dgst -md5 -binary | openssl enc -base64