Is this function safe?
Posted: Mon Mar 03, 2008 6:52 am
Is the crypt() function safe? If so, how do i use it? If not, any better?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$mypassword = crypt('mypasswordhere' , 'd4');
?>