25.11.2012, 22:47
[Ajuda] Encriptador
25.11.2012, 23:15
@Upp
25.11.2012, 23:17
PHP код:
#include <dudb>
new encriptador = udb_hash(params);
25.11.2012, 23:18
25.11.2012, 23:21
25.11.2012, 23:27
um negуcio assim serve
pawn Код:
EncriptarSaporra(string[]){
for(new i; i< strlen(string); i++){
if(string[i] == "a" || string[i] == "e" || string[i] == "i" || string[i] == "o" || string[i] == "u"){
strins(string,"&vgb$2@brdduhaw><nbwh?",i);
}
return string;
}
25.11.2012, 23:51
N deu me ajudem ai please
26.11.2012, 00:00
Quais includes vc usa todas!
26.11.2012, 00:14
tambйm preciso, up.
26.11.2012, 00:18
stock Encriptar(texto[]) // Encriptando
{
new SenhaEncriptada[100];
for(new x = 0; x <= strlen(texto); x++)
{
SenhaEncriptada[x] = (texto[x] * 2);
}
return SenhaEncriptada;
}
stock Desencriptar(texto[]) // Desencriptando
{
new Senha[100];
for(new x = 0; x <= strlen(texto); x++)
{
Senha[x] = (texto[x] / 2);
}
return Senha;
}
se eu ajudei , +rep por favor
{
new SenhaEncriptada[100];
for(new x = 0; x <= strlen(texto); x++)
{
SenhaEncriptada[x] = (texto[x] * 2);
}
return SenhaEncriptada;
}
stock Desencriptar(texto[]) // Desencriptando
{
new Senha[100];
for(new x = 0; x <= strlen(texto); x++)
{
Senha[x] = (texto[x] / 2);
}
return Senha;
}
se eu ajudei , +rep por favor
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)