Re: decryption of "rootpw --iscrypted XXXXXXXXXXXX"

2011-09-27 Thread Erwan David
On Tue, Sep 27, 2011 at 05:12:57PM CEST, Camaleón said: > On Tue, 27 Sep 2011 10:29:24 -0400, neo haux wrote: > > > Hi Linux lovers, > > echo "Hi Linux lovers" | sed -e "s/Linux/RedHat/g" > > :-P > > > I am wondering what type of encryption is used by the option : rootpw > > --iscrypted > >

Re: decryption of "rootpw --iscrypted XXXXXXXXXXXX"

2011-09-27 Thread Camaleón
On Tue, 27 Sep 2011 10:29:24 -0400, neo haux wrote: > Hi Linux lovers, echo "Hi Linux lovers" | sed -e "s/Linux/RedHat/g" :-P > I am wondering what type of encryption is used by the option : rootpw > --iscrypted > > in the kickstart file ? Google points to an MD5 hashed password, does it mak