Re: Password authentication using unix crypt
- From: Laurenz Albe <invite@xxxxxxxxxxxxxxx>
- Date: 28 May 2008 15:03:15 GMT
Y.Wei <y_wei@xxxxxxxxx> wrote:
Sorry for the confusion. I'm okay at the AIX side. But I have
trouble authenticating the password (the single salt ones) generated
by AIX, at the web application which is running on Windows 2003. I
tried using various versions of unixcrypt (c and perl) that I
downloaded but can't produce the same result as AIX. But the two-char
salt works fine.
For example:
the password test1234 encrypted using single-salt key "a" in AIX is:
aakhst1GufYjU
but if I run activeperl crypt in Windows with the same salt, it gave
me: aAQJOTmpwCzbk
I see. You didn't mention Windows...
No idea. Maybe you should ask a Windows forum.
You could port the code yourself: the glibc implementation, which is
open source, works like the AIX version in that respect.
Yours,
Laurenz Albe
.
- Follow-Ups:
- Re: Password authentication using unix crypt
- From: Y.Wei
- Re: Password authentication using unix crypt
- References:
- Password authentication using unix crypt
- From: Y.Wei
- Re: Password authentication using unix crypt
- From: Laurenz Albe
- Re: Password authentication using unix crypt
- From: Y.Wei
- Re: Password authentication using unix crypt
- From: Laurenz Albe
- Re: Password authentication using unix crypt
- From: Y.Wei
- Password authentication using unix crypt
- Prev by Date: Re: Running nmon on a VIO server
- Next by Date: Re: PLM detection from LPAR
- Previous by thread: Re: Password authentication using unix crypt
- Next by thread: Re: Password authentication using unix crypt
- Index(es):
Relevant Pages
|