[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: v3 passwords showing up as binary?



On Tue, Dec 02, 2003 at 01:16:55PM -0700, Paul Wilson wrote:
> As I recall any that start with two colons are base64 encoded.  If you do
> a search of the archive there was a helpful user that had a perl script
> that you could decode them with.

echo "base64encodedstuff" | openssl base64 -d

should suffice if you have openssl installed.