fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $methods = "aes-192-cfb8";
  5. $str = "5c7Zms7hW3y4e4gOCOjzfg==";
  6. $clefSecrete = "glop";
  7. $bla = openssl_decrypt($str['password'], $methods[62], $clefSecrete);
  8. print "$bla";
  9. ?>
Success #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  Illegal string offset 'password' in /home/vycfk2/prog.php on line 7
PHP Notice:  Uninitialized string offset: 62 in /home/vycfk2/prog.php on line 7
PHP Warning:  openssl_decrypt(): Unknown cipher algorithm in /home/vycfk2/prog.php on line 7