Skip to content

Instantly share code, notes, and snippets.

@terremoth
Created August 3, 2022 14:30
Show Gist options
  • Select an option

  • Save terremoth/97dbd8110668a4a7a755771cc9be54ff to your computer and use it in GitHub Desktop.

Select an option

Save terremoth/97dbd8110668a4a7a755771cc9be54ff to your computer and use it in GitHub Desktop.
access_1_challenge.php
<?php
echo base64_decode(strrev(str_rot13($argv[1]))).PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment