їComo eliminar esto y que funcione bien? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: їComo eliminar esto y que funcione bien? (
/showthread.php?tid=607051)
їComo eliminar esto y que funcione bien? -
Jeree10 - 13.05.2016
Hola quiero sacar esto se me hace muy molesto osea el en criptado
Код:
//Guardado
INI_WriteInt(File,"Password",udb_hash(Info[playerid][pKey]));
//Registro
INI_WriteInt(File,"Password",udb_hash(password));
//cambiar contraseсa
INI_WriteInt(File,"Password",udb_hash(inputtext));
//login
if(udb_hash(inputtext) == Info[playerid][pKey])
//cambiar contraseсa por un adm
INI_WriteInt(File,"Password",udb_hash(password));
Re: їComo eliminar esto y que funcione bien? -
KevinReinke - 13.05.2016
Nunca dejes contraseсas en texto pleno. Nunca!
Re: їComo eliminar esto y que funcione bien? -
NullBot - 13.05.2016
control H y reemplazas:
udb_hash(password)
reemplazar por
password
Respuesta: їComo eliminar esto y que funcione bien? -
wharlos - 13.05.2016
Es recomendable que le dejes el encriptado
Re: Respuesta: їComo eliminar esto y que funcione bien? -
KevinReinke - 14.05.2016
Quote:
Originally Posted by wharlos
Es recomendable que le dejes el encriptado
|
No es encriptaciуn, es (un) hash/hashing.
Respuesta: їComo eliminar esto y que funcione bien? -
Jeree10 - 14.05.2016
Gracias a todos, lo voy a dejar asн.