Jump to content

what is php encrypted in?


Im Jake

Recommended Posts

Your question made no sense.  A hash is the output of an encryption algorithm.  Passwords aren't "encrypted" in PHP, but you can use PHP functions TO encrypt them.  It's not like they're magically encrypted.  Check out md5() and sha1() in the manual.

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.