I have a small problem. In fact, I have a string crypted with the PHP function crypt()
, with only one parameter (without the salt parameter).
I would like to know if it is possible to decrypt the password if it was crypted that way?
Thank you in advance!