Re: Converting crypted passwords

2004-07-02 Thread Geert Hendrickx
The whole point of md5 digests is that you can't recover the password from it, you can only match it against the md5-sum of a given password. So I guess you cannot convert it to other formats without knowing the password itself. GH On Fri, Jul 02, 2004 at 10:32:14AM +0200, Frank Altpeter wrote

Re: Converting crypted passwords

2004-07-02 Thread Matthew Seaman
On Fri, Jul 02, 2004 at 10:32:14AM +0200, Frank Altpeter wrote: > Given is a system with md5 style passwords like that: > > $1$d61CkkOZ$BE/TofmL5h9gtfxKI6Vcy1 > > (This can be generated by "openssl passwd -1 -salt d61CkkOZ test") > > Without knowing the password, i need to convert it to base64