Re: Logging usernames/passwords

[email protected] Wed, 05 Jun 2002 13:03:23 +0100
Newsgroups gmane.comp.djb.checkpassword
Message-ID <[email protected]>
As an alternative suggestion, could you run a password cracker like John to 
get the plain text information you want ?

HTH

Peter


At 11:55 03/06/02 -0400, Andre Fortin wrote:
>Hello,
>
>I'm looking at a way to log usernames/passwords in plain text.  The reason
>for this is that we are moving away from a local passwd database, and have
>no way to copy this DB to the planned format.  If anyone has any better
>suggestions, I'm up for it, but i think the best, plainest way would be to
>log successful logins(with usernames/passwords before crypt()) and dump the
>info into a file on the local machine, which we could then parse and use to
>enter data into our new db.  Thanks in advance,
>
>Andre