-Delphi-__- String Encrypt/Decrypt-

Posts 115 of 19 · Page 1 of 2
-Delphi-__- String Encrypt/Decrypt-
Olá nbs lambedores de salame.

Este é um simples aplicativo de encrypt/decrypt feito em delphi...

SS->



Bom, ele usa a contagem padrão [ +4 encrypt & -4 decrypt ]

Code->

char* Decriptar (const char* Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE1)
{
int Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE3 = strlen(Este_é_um_texto_inutil_para_você_perder_seu _tempo_lendo_seu_problemático_mental_lixo_inútil_l ambedor_de_benga_da_bundinha_de_apertar_salame_PAR TE1);
char* Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE2 = new char[Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE3+1];

for(int Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE4=0 ; Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE4< Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE3 ; ++Este_é_um_texto_inutil_para_você_perder_seu_temp o_lendo_seu_problemático_mental_lixo_inútil_lambed or_de_benga_da_bundinha_de_apertar_salame_PARTE4)
{
Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE2[Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE4] = Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE1[Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE4] - 4;
}
Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE2 [Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE3] = 0;
return Este_é_um_texto_inutil_para_você_perder_seu_tempo_ lendo_seu_problemático_mental_lixo_inútil_lambedor _de_benga_da_bundinha_de_apertar_salame_PARTE2;
}
Como usar->

Add_Visual( Decriptar("Gleqw") , 1, draw, NULL, opt_opçoes, Descrição,12, pDevice);

Scan->

Jotti
VTotal

Approve it please @.REZ - @BACKD00R - @Liz

OM String Encrypt_Decrypt_mpgh.net.zip378 KB · 126 downloads Scanning…
36706073.jpg51 KB · 15 downloads
/ approved
Porque ninguém posta um encrypt/decrypt feito em C++ Win32?

Quote Originally Posted by ChaosMagician View Post
Porque ninguém posta um encrypt/decrypt feito em C++ Win32?

Porque Delphi é o melhor programa que existe..

---------- Post added at 06:36 PM ---------- Previous post was at 06:35 PM ----------

Quote Originally Posted by pDevice View Post
Massa uma TrackBar pra seleciona a key
Tentei fazer por edit, não deu muito certo uhuaauhsu
Quote Originally Posted by Otaviomorais View Post
Porque Delphi é o melhor programa que existe..

---------- Post added at 06:36 PM ---------- Previous post was at 06:35 PM ----------



Tentei fazer por edit, não deu muito certo uhuaauhsu
Uhum, sei

Texto sem essas parafernalhas inúteis:

Code:
CHAR *Decriptar(CONST CHAR *szText)
{
	INT nLen = strlen(szText);
	CHAR *szReturn = new CHAR[nLen + 1];

	for(INT i = 0; i < nLen; ++i)
		 szReturn[i] = static_cast<INT>(szText[i]) - 4;

	szReturn[nLen] = '\0';
	return szReturn;
}
Quote Originally Posted by ChaosMagician View Post
Porque ninguém posta um encrypt/decrypt feito em C++ Win32?

Se não tiver código postado, como eles vão fazer?
Quote Originally Posted by BACKD00R View Post


Se não tiver código postado, como eles vão fazer?
Esqueci desse detalhe
Win32 owna.
Massa uma TrackBar pra seleciona a key
Gosto de XOR!!!!...
Quote Originally Posted by kssiobr View Post
Gosto de XOR!!!!...




#define /*Falo tudo cara*/XorStr<0x4E,15,0xA1751481>("\x08\x2E\x3C\x3E\x72\x 27\x21\x31\x39\x77\x3B\x38\x28\x3A"+0xA1751481).s
Quote Originally Posted by kssiobr View Post
Gosto de XOR!!!!...
Xoxota ?
Quote Originally Posted by kssiobr View Post
Gosto de XOR!!!!...
Geralmente não curto muito xor, curto mais esse: Additem(decrypt("JyppFvmklx") , 1, Hacker[7], 0, opt_opçoes, pDevice);
ai mam baixei pensando qui esi tleco era chita vipa mai num e esi tleco
Posts 115 of 19 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?