PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to use php and sha512

Go down

how to use php and sha512 Empty how to use php and sha512

Post by jamied_uk 9th July 2013, 12:26

Code:

 

<?php

$password = hash('sha512', $password);  
// echo $n512;

?>

 this above code assumes theres a set var called $password and that you want to hash it using sha512 using php and you can echo out $password or call it another $ if you wish.
jamied_uk
jamied_uk
Admin

Posts : 2942
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum