fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $methods = openssl_get_cipher_methods();
  5. $str = "5c7Zms7hW3y4e4gOCOjzfg==";
  6. $clefSecrete = "glop";
  7. $bla = openssl_decrypt($str, $methods[62], $clefSecrete);
  8. print "$bla";
  9. ?>
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty