On Mon, Mar 17, 2003 at 09:55:15PM -0600, Joe Laffey enlightened us: > Perhaps there is some other solution, but I use a small C app I wrote. You > can get it at http://www.laffeycomputer.com/crypter.c Directions for > compiling it are in the comments. Note that your system's crypt(3) > function must support MD5 for this to work (most modern un*xes do). >
I use good ol' perl for this.
[host]$ perl
print crypt('my pass','$1$') . "\n";
$1$$ZgHOLxjS.UBCu4uVg70a91
[host]$
Slightly more portable, as my linux crypt(3) doesn't support md5 :-)
--
Matt Hyclak
Department of Mathematics
Ohio University
(740) 593-1263
pgp00000.pgp
Description: PGP signature
