Re: what password encryption method is this?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


sci.crypt archive

Re: what password encryption method is this?

From: Gregory G Rose <ggr@qualcomm.com>
Date: Wed Aug 31 2005 - 01:07:45 CEST

In article <4314DFA8.BB73B5DB@aegina.net>,
Nikos Giannoulis <ngiann@aegina.net> wrote:
>I have no idea of encryption methods, and I would like to know if
>someone can guess what is the one used here:
>
>root:$1$$34NPeumc9sBBCAw.oUaM80
>or
>root:$1$$D2fn4UZSslIGSoEkozGr70
>
>where root: is the user name and rest is password.
>
>These are taken from an embeded device linux passwd file.
>
>To create a password the system uses the passwd command which in the
>manual says that can use des, md5, sha1 algorithms.

I believe these are Base-64 encoded output from
MD5. The $1$$ means something special, but I've
forgotten exactly what; in essence, though, it
says to use the new password scheme not the
original Unix one. The other 22 characters
represent 6 bits per character, and expand to 132
bits, of which only the first 128 are used.

Have fun cracking...

Greg.

-- 
Greg Rose
232B EC8F 44C6 C853 D68F  E107 E6BF CD2F 1081 A37C
Qualcomm Australia: http://www.qualcomm.com.au
Received on Thu Sep 29 21:51:44 2005