Function phpBB3_password_check
Custom encryption for phpBB3 based passwords.
		
		Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/LogInOut.php
	
	Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/LogInOut.php
string | 
		$passwd | 
		The raw (unhashed) password | 
string | 
		$passwd_hash | 
		The hashed password | 
			string
		 | 
		The hashed version of $passwd |