Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/o18rg function name: (null) number of ops: 8 compiled vars: !0 = $chave, !1 = $validacao line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 17 0 E > ASSIGN !0, '80ab0e26de70872c65830a2efedabad3' 18 1 ASSIGN !1, '7hm5ie9BUROMleN1QPUFJSCyFO48ht8OduNvp4de7Ks%3D' 20 2 INIT_FCALL 'decrypt' 3 SEND_VAR !1 4 SEND_VAR !0 5 DO_FCALL 0 $4 6 ECHO $4 31 7 > RETURN 1 Function encrypt: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/o18rg function name: encrypt number of ops: 26 compiled vars: !0 = $str, !1 = $key, !2 = $iv line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > RECV !0 1 RECV !1 3 2 INIT_FCALL 'substr' 3 INIT_FCALL 'md5' 4 SEND_VAL 'stoppay' 5 SEND_VAL <true> 6 DO_ICALL $3 7 SEND_VAR $3 8 SEND_VAL 0 9 SEND_VAL 8 10 DO_ICALL $4 11 ASSIGN !2, $4 4 12 INIT_FCALL 'base64_encode' 13 INIT_FCALL_BY_NAME 'mcrypt_encrypt' 14 FETCH_CONSTANT ~6 'MCRYPT_RIJNDAEL_256' 15 SEND_VAL_EX ~6 16 SEND_VAR_EX !1 17 SEND_VAR_EX !0 18 FETCH_CONSTANT ~7 'MCRYPT_MODE_CBC' 19 SEND_VAL_EX ~7 20 SEND_VAR_EX !2 21 DO_FCALL 0 $8 22 SEND_VAR $8 23 DO_ICALL $9 24 > RETURN $9 5 25* > RETURN null End of function encrypt Function decrypt: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/o18rg function name: decrypt number of ops: 26 compiled vars: !0 = $str, !1 = $key, !2 = $iv line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 7 0 E > RECV !0 1 RECV !1 8 2 INIT_FCALL 'substr' 3 INIT_FCALL 'md5' 4 SEND_VAL 'stoppay' 5 SEND_VAL <true> 6 DO_ICALL $3 7 SEND_VAR $3 8 SEND_VAL 0 9 SEND_VAL 8 10 DO_ICALL $4 11 ASSIGN !2, $4 9 12 INIT_FCALL 'base64_decode' 13 INIT_FCALL_BY_NAME 'mcrypt_decrypt' 14 FETCH_CONSTANT ~6 'MCRYPT_RIJNDAEL_256' 15 SEND_VAL_EX ~6 16 SEND_VAR_EX !1 17 SEND_VAR_EX !0 18 FETCH_CONSTANT ~7 'MCRYPT_MODE_CBC' 19 SEND_VAL_EX ~7 20 SEND_VAR_EX !2 21 DO_FCALL 0 $8 22 SEND_VAR $8 23 DO_ICALL $9 24 > RETURN $9 10 25* > RETURN null End of function decrypt
Generated using Vulcan Logic Dumper, using php 8.0.0