function crypte(text:string):string; //Fonction pour crypter la chaine var pos:integer; text1:string; a:integer; begin a:= 69; //chiffre que vous pouvez changer suivant le cryptage désiré text1 := text; for pos := 1 to length(text1) do text1[pos] := chr(ord(text1[pos]) + 69); //crypte la chaine crypte := text1; end; function decrypte(text:string):string; //Fonction pour décrypter la chaine var pos:integer; text1:string; a:integer; begin a:= 69; //chiffre que vous pouvez changer suivant le cryptage désiré text1 := text; for pos := 1 to length(text1) do text1[pos] := chr(ord(text1[pos]) - 69); //decrypte la chaine result := text1; end;
Je te remercie pour se codeil va mettre bien utile pour mes crackme et keygenme
merci mais juste une petite remarque remplacer 69 par a dans les affectation merci et bonne courage
Se souvenir du profil
Mot de passe oublié ? / Activation de compteCréer un compte
1 872 281 membres 4 nouveaux aujourd'hui 16 148 membres club