Advertisement
artur99

Untitled

May 15th, 2017
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2.     include'easy-lock.php';
  3.     $options = array(
  4.         "bypass" => array('111.222.111.100'),
  5.         "sha512" => true
  6.     );
  7.     $pw = "D404559F602EAB6FD602AC7680DACBFAADD13630335E951F097AF3900E9DE176B6DB28512F2E000B9D04FBA5133E8B1C6E8DF59DB3A8AB9D60BE4B97CC9E81DB";
  8.     lock($pw, 2, $options);
  9. ?>
  10.  
  11. ** 2 is the skin number
  12. ** the $pw is the sha512 encryption of `1234`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement