Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/07/2012, 16:56
dezagus
 
Fecha de Ingreso: abril-2010
Ubicación: Ping: BSAS - Arg
Mensajes: 791
Antigüedad: 14 años
Puntos: 25
Respuesta: Alternativa a MD5

O quizás algo así:

Código PHP:

<?php

print bin2hex(mhash(MHASH_SHA256,bin2hex(mhash(MHASH_SHA256,bin2hex(mhash(MHASH_SHA256"aencriptar"))))));

?>