[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Password
At 03:13 PM 11/15/00 -0200, Cristiano Fujii wrote:
>Hi all,
>
> The $entry->printLDIF command return something like this:
>userpassword: {crypt}QxInOK0JnFxdI . Can I get the password
>decrypted?
You cannot decrypt the password. The easiest way to get the password
is via brute force attack. On a modern computer, this should take
about a day or so (for the traditional UNIX password hash). There
are numerous tools available for doing such.
Kurt
- References:
- Password
- From: Cristiano Fujii <cristiano@veritel.com.br>