I've lot an old password. It was encripted with $CRYPT_SALT. I see all the settings of $CRYPT_SALT and have access to my db where I see the hashed password. I would like to create new passoword and replace the old one in the db with the new one. For the site to accept the new password I assume I need to encript it the same way the old one was encripted with $CRYPT_SALT. The problem is, I have no idea how to do it. It was easier with MD5 where you just could do
MD5($pass)
and it was encripted.
ny suggestions on the use of the $CRYPT_SALT usage? It has 2 variables...