Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/05/2002, 17:08
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Re: codificaciones...

MD5 por ejemplo .. ese es otro tipo de codificacion .. en un solo sentido ..

Y si lo que buscas es encriptar .. crypt() es otra alternativa en PHP ..

MD5()
<a href='ir.asp?http://www.php.net/manual/es/function.md5.php' target='_blank'>http://www.php.net/manual/es/function.md...</a>

Crypt()
<a href='ir.asp?http://www.php.net/manual/es/function.crypt.php' target='_blank'>http://www.php.net/manual/es/function.cr...</a>

Y mas en el mismo manual leyendo
<a href='ir.asp?http://www.php.net/manual/es' target='_blank'>www.php.net/manual/es...</a>

Un saludo, :P