ich habe diesen text bekommen „aiwjqqtforjbajtqnkwhwjmlzpkimeex“
dann diesen text zum entschlüsseln „tilycnzvoewjhgtyacuadyitvcyofexx“
und diesen delphi quelltext zum besseren verständnis
procedure TForm1.Button3Click(Sender: TObject);
var z,i,xpos,ypos: integer;
var x,y,alpha,textb:string;
begin
alpha:=(‚abcdefghijklmnopqrstuvwxyz‘);
for i:=1 to length(edit4.text) do
begin
x:=copy(edit4.Text,i,1);
xpos:=Pos(x,alpha);
zahl1[i]:=xpos;
y:=copy(edit6.Text,i,1);
ypos:=Pos(y,alpha);
zahl2[i]:=ypos;
end;
for i:=1 to length(edit4.text) do
begin
z:= Zahl1[i]-(Zahl2[i])+1;
textb:=textb+beta[z];
end;
edit5.Text:=textb;
end;
weiß jemand die antwort
danke im vorraus Maehks