Advertisement
rutera

Pass crypt

Dec 28th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  <?php
  2.     $password = 'pass';
  3.     $new_password = hash('sha512', '€f*&0-§' . $password . '_}-€^/&');
  4.     echo $new_password;
  5.     ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement