Jump to content

encrypt pasword


Recommended Posts

What do you mean by it's "not working"? That function is only returning the same value that is passed to it. Just because you named the function "encrypt_password" doesn't mean it will magically do something to the value if that is what you are expecting. If it was that easy I would create the following function:

 

 

function returnWinningLotteryNumbers($date)
{
    return $numbers
}
Link to comment
https://forums.phpfreaks.com/topic/295320-encrypt-pasword/#findComment-1508334
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.