Im Jake Posted May 14, 2008 Share Posted May 14, 2008 what is php passwords encrypted in? Is it hash? Link to comment https://forums.phpfreaks.com/topic/105650-what-is-php-encrypted-in/ Share on other sites More sharing options...
DarkWater Posted May 14, 2008 Share Posted May 14, 2008 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. Link to comment https://forums.phpfreaks.com/topic/105650-what-is-php-encrypted-in/#findComment-541297 Share on other sites More sharing options...
revraz Posted May 14, 2008 Share Posted May 14, 2008 As stated, PHP has no default password encryption, but MySQL does. But you shouldn't use that one. Link to comment https://forums.phpfreaks.com/topic/105650-what-is-php-encrypted-in/#findComment-541319 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.