JEMBOT MAWOT Bypass Shell
<?php
/**
* Mollie https://www.mollie.nl
*
* @author Mollie B.V. <info@mollie.nl>
* @copyright Mollie B.V.
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
* @see https://github.com/mollie/PrestaShop
* @codingStandardsIgnoreStart
*/
namespace Mollie\Utility;
if (!defined('_PS_VERSION_')) {
exit;
}
class HashUtility
{
/**
* Hash password.
*
* @param string $passwd String to has
*
* @return string Hashed password
*
* @since 1.7.0
*/
public static function hash($passwd)
{
return md5(_COOKIE_KEY_ . $passwd);
}
}
xxxxx1.0, XXX xxxx