Con quale algoritmo e in che modo utilizza la chiave PHP quando esegue la funzione crypt?
Con quale algoritmo e in che modo utilizza la chiave PHP quando esegue la funzione crypt?
A quale chiave ti riferisci?
http://www.php.net/crypt
crypt() will return an encrypted string using the standard Unix DES-based encryption algorithm or alternative algorithms that may be available on the system.