Курсовая работа: Использование современных симметрических DES и асимметрических RSA алгоритмов шифрования
if Form1.RadioButton6.Checked=true then
begin
Wifrovanie_ECB('1.txt','DES_crypted\Z_1_7_ECB.txt');
razmer:=1024*1024;
end;
t2:=Time;
vremja:=round((t2 - t1)*24*60*60)+1;
Label33.Caption := IntToStr(vremja-1)+ 'сек';
Label34.Caption := FloatToStr(razmer/vremja-1)+'байт/сек';
end;
//Raswifrovanie failov klju4om na 7 bait
procedure TForm1.Button6Click(Sender: TObject);
var
klu4:string;
t1,t2:TDateTime;
vremja:integer;
razmer:integer;
begin
klu4:=Edit12.text;
while( Length(klu4)<8 ) do
klu4:=klu4+'0';
Formirovanie_16_podklju4ei(klu4);
t1:=Time;
if Form1.RadioButton10.Checked=true then
begin
Raswifrovanie_ECB('DES_crypted\Z_20_7_ECB.txt','DES_uncrypted\R_20_7_ECB.txt');
razmer:=1024*20;
end;
if Form1.RadioButton9.Checked=true then