Курсовая работа: Использование современных симметрических DES и асимметрических RSA алгоритмов шифрования
if Form1.RadioButton9.Checked=true then
begin
Wifrovanie_RSA(Ka, P, Q, '50RSA.txt','RSA_crypted\Z_50_RSA.txt',Kb);
razmer:=1024*50;
end;
if Form1.RadioButton8.Checked=true then
begin
Wifrovanie_RSA(Ka, P, Q, '100RSA.txt','RSA_crypted\Z_100_RSA.txt',Kb);
razmer:=1024*100;
end;
if Form1.RadioButton7.Checked=true then
begin
Wifrovanie_RSA(Ka, P, Q, '500RSA.txt','RSA_crypted\Z_500_RSA.txt',Kb);
razmer:=1024*500;
end;
if Form1.RadioButton6.Checked=true then
begin
Wifrovanie_RSA(Ka, P, Q, '1RSA.txt','RSA_crypted\Z_1_RSA.txt',Kb);
razmer:=1024*1024;
end;
t2:=Time;
end;
Label13.Caption := IntToStr(Ka);; //Vivodin Ka
Label12.Caption := IntToStr(Kb); //Vivodim Kb
vremja:=round((t2 - (t1+0.0000001))*24*60*60*1000);
Label33.Caption := (IntToStr(vremja-round(0.0000001)))+ 'милисек';
Label34.Caption := FloatToStr((razmer/vremja)-0.0000001)+'байт/милисек';
end;
//Raswifrovat faili klju4om Ka1