3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "5c7Zms7hW3y4e4gOCOjzfg=="; $password = "glop"; $method = "aes-192-cfb8"; $decrypted = openssl_decrypt($encrypted, $method, $password); echo "$decrypted"; // Outputs: OeOiTWcgIPC1xIZaDJ3XTEaY/D4m1sQmxgPbzjxxlRA= => This is a readable string. ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QB2vT
function name:  (null)
number of ops:  12
compiled vars:  !0 = $string, !1 = $password, !2 = $method, !3 = $decrypted, !4 = $encrypted
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
    3     1        ASSIGN                                                   !1, 'glop'
    4     2        ASSIGN                                                   !2, 'aes-192-cfb8'
    6     3        INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          4        SEND_VAR_EX                                              !4
          5        SEND_VAR_EX                                              !2
          6        SEND_VAR_EX                                              !1
          7        DO_FCALL                                      0  $8      
          8        ASSIGN                                                   !3, $8
    7     9        CAST                                          6  ~10     !3
         10        ECHO                                                     ~10
    9    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.86 ms | 1384 KiB | 13 Q