in reply to Creating base64 encoded MD5 hash

Well, just experimenting with the "openssl" command shows me this:
% echo -n cisco | openssl -binary md5 | openssl base64 3+rxA5DlYK6nRcy6U+BE7Q==
which is the same thing you get. So somewhere, the description is not as they say. You'll have to investigate upstream.

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.