Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php $password = 'MySecretPass'; $secret = '65rgt85k89xrDAr3'; $iv = 'AAAAAAAAAAAAAAAA'; $td = mcrypt_module_open('rijndael-128', '', 'cfb',''); mcrypt_generic_init($td, $secret, $iv); $password = mcrypt_generic($td, $password); mcrypt_generic_deinit($td); mcrypt_module_close($td); Source: http://pastebin.com/raw.php?i=h39yJMcV
↧