Function md5_hmac
MD5 Encryption used for older passwords. (SMF 1.0.x/YaBB SE 1.5.x hashing)
		
		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 | 
		$data | 
		The data | 
string | 
		$key | 
		The key | 
			string
		 | 
		The HMAC MD5 of data with key |