http://qs321.pair.com?node_id=912032


in reply to Re^4: Find and replace MD5 hash from file
in thread Find and replace MD5 hash from file

This is the format of adroc's output from "makepasswd": "$1$" + base64-encoded string (a salt) + "$" + another base64-encoded string (the hashed password). No quotes there.

The source for makepasswd on my system is available here: http://packages.debian.org/lenny/makepasswd. After examining that code, I can't see anything that disagrees with what I said. And this is a standard format, so some other "makepasswd" should produce the same output.

(Updates made to the text of this node for clarity.)