TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   General (http://www.talkphp.com/general/)
-   -   PHPBB3 Password Encryption (http://www.talkphp.com/general/2395-phpbb3-password-encryption.html)

Orc 03-02-2008 08:51 AM

PHPBB3 Password Encryption
 
What Password Encryption method does PHPBB3 run under? I'm trying to create an integrated cms site that uses usernames and passwords from the forums ( phpbb3 ) to login to the main site.

SOCK 03-02-2008 09:41 AM

They use a proprietary hash method using /dev/urandom and md5; check it out in the includes/functions.php file. The function is named 'phpbb_hash'.

Orc 03-02-2008 09:44 AM

Quote:

Originally Posted by SOCK (Post 11813)
They use a proprietary hash method using /dev/urandom and md5; check it out in the includes/functions.php file. The function is named 'phpbb_hash'.

I checked it out, it looks like they made their own algorithm.
Well, I'll figure this out.

wGEric 03-03-2008 07:52 PM

You'll have to use the functions they wrote in order to insert passwords or to check whether they are correct.

baietzel15 01-17-2010 01:02 AM

Quote:

Originally Posted by Orc (Post 11810)
What Password Encryption method does PHPBB3 run under? I'm trying to create an integrated cms site that uses usernames and passwords from the forums ( phpbb3 ) to login to the main site.

Hi Orc!

I want to make exactly the same thing as you, to authenticate users from phpbb user tables. Did you figure it out somehow?

Thanks in advance


All times are GMT. The time now is 03:07 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0