in reply to gettin back crypted password
Therefore the answer is that you should use better cryptography and accept that the answer is "no".
UPDATE I got confused about which crypt Perl uses internally. The crypt program on Unix is easily broken. The crypt library call is not. However most people pick bad passwords, so it is easy to just brute-force through likely passwords and you'll successfully "decrypt" a lot of passwords.
|
|---|