Re: what password encryption method is this?
From: Gregory G Rose (ggr_at_qualcomm.com)
Date: 08/31/05
- Next message: contini_at_matmail.com: "Re: Computing Rijndael's S-Box?"
- Previous message: Nikos Giannoulis: "what password encryption method is this?"
- In reply to: Nikos Giannoulis: "what password encryption method is this?"
- Next in thread: none: "Re: what password encryption method is this?"
- Reply: none: "Re: what password encryption method is this?"
- Reply: Unruh: "Re: what password encryption method is this?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 30 Aug 2005 16:07:45 -0700
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
- Next message: contini_at_matmail.com: "Re: Computing Rijndael's S-Box?"
- Previous message: Nikos Giannoulis: "what password encryption method is this?"
- In reply to: Nikos Giannoulis: "what password encryption method is this?"
- Next in thread: none: "Re: what password encryption method is this?"
- Reply: none: "Re: what password encryption method is this?"
- Reply: Unruh: "Re: what password encryption method is this?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]