Skip to content

Instantly share code, notes, and snippets.

@drizzt
Created June 15, 2017 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drizzt/4b3a7131a4e9463c68934dbf5198a279 to your computer and use it in GitHub Desktop.
Save drizzt/4b3a7131a4e9463c68934dbf5198a279 to your computer and use it in GitHub Desktop.
<?php
echo mcrypt_decrypt(MCRYPT_RIJNDAEL_256, $argv[2], base64_decode($argv[1]), MCRYPT_MODE_ECB, "0") . "\n";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment