Ver Mensaje Individual
  #22 (permalink)  
Antiguo 02/02/2013, 11:39
webankenovi
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: seguridad web

aporto funciones para encriptar/desencriptar codificar/decodificar , protegiendo asi la informacion

mcrypt_encrypt
http://www.php.net/manual/es/functio...pt-encrypt.php

mcrypt_decrypt
http://www.php.net/manual/es/functio...pt-decrypt.php


convert_uuencode
http://www.php.net/manual/es/functio...t-uuencode.php

convert_uudecode
http://www.php.net/manual/es/functio...t-uudecode.php

mcrypt_generic
http://www.php.net/manual/es/functio...pt-generic.php

mdecrypt_generic
http://www.php.net/manual/es/functio...pt-generic.php

y a continuacion funciones hash de un solo sentido para proteger passwords por ejemplo , olvidense de md5 , sha1 etc...

crypt
http://es.php.net/manual/es/function.crypt.php

password_hash
http://es.php.net/manual/es/function.password-hash.php

password_verify
http://es.php.net/manual/es/function...ord-verify.php


si sabeis mas funciones ,postearlas.thanks

Última edición por webankenovi; 02/02/2013 a las 14:17