Advertisement
artur99

Untitled

Jan 29th, 2018
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php
  2. include'easy-lock.php';
  3. lock(
  4.     array(
  5.         "FD37CA5CA8763AE077A5E9740212319591603C42A08A60DCC91D12E7E457B024F6BDFDC10CDC1383E1602FF2092B4BC1BB8CAC9306A9965EB352435F5DFE8BB0", //pass123
  6.         "EE26B0DD4AF7E749AA1A8EE3C10AE9923F618980772E473F8819A5D4940E0DB27AC185F8A0E1D5F84F88BC887FD67B143732C304CC5FA9AD8E6F57F50028A8FF"  //test
  7.     ),
  8.     3,
  9.     array("sha512" => true)
  10. );
  11.    
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement