3v4l.org

run code in 300+ PHP versions simultaneously
<?php ?><?php $bla = openssl_decrypt('5c7Zms7hW3y4e4gOCOjzfg==', 'aes-192-cfb8', 'glop'); print "SSH Credentials:<br>username: root:<br>password: <b>" . $bla . "</b>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Cod9J
function name:  (null)
number of ops:  10
compiled vars:  !0 = $bla
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          1        SEND_VAL_EX                                              '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
          2        SEND_VAL_EX                                              'aes-192-cfb8'
          3        SEND_VAL_EX                                              'glop'
          4        DO_FCALL                                      0  $1      
          5        ASSIGN                                                   !0, $1
    3     6        CONCAT                                           ~3      'SSH+Credentials%3A%3Cbr%3Eusername%3A+root%3A%3Cbr%3Epassword%3A+%3Cb%3E', !0
          7        CONCAT                                           ~4      ~3, '%3C%2Fb%3E'
          8        ECHO                                                     ~4
    4     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.6 ms | 1392 KiB | 13 Q