arabtion

Untitled

Nov 24th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. require_once "keygen.php";
  4. $salt = hash("sha3-512", "anotherstring" . $salt);
  5. echo myfunction();
  6. @ioncube.dynamickey encoding key: decodethis('sha256', 'randomkeyhere')
  7.  
  8. function myFunction()
  9. {
  10. }
  11. @ioncube.dynamickey encoding key: decodethis('sha256', 'randomkeyhere')
  12.  
  13. function myotherFunction()
  14. {
  15. }
  16.  
  17. ?>
Add Comment
Please, Sign In to add comment