Курсовая работа: Использование современных симметрических DES и асимметрических RSA алгоритмов шифрования
end;
//Zawifrovanie failov klju4om na 6 bait
procedure TForm1.Button3Click(Sender: TObject);
var
klu4:string;
t1,t2:TDateTime;
vremja:integer;
razmer:integer;
begin
klu4:=Edit11.text;
while( Length(klu4)<8 ) do
klu4:=klu4+'0';
Formirovanie_16_podklju4ei(klu4);
t1:=Time;
if Form1.RadioButton10.Checked=true then
begin
Wifrovanie_ECB('20.txt','DES_crypted\Z_20_6_ECB.txt');
razmer:=1024*20;
end;
if Form1.RadioButton9.Checked=true then
begin
Wifrovanie_ECB('50.txt','DES_crypted\Z_50_6_ECB.txt');
razmer:=1024*50;
end;
if Form1.RadioButton8.Checked=true then
begin
Wifrovanie_ECB('100.txt','DES_crypted\Z_100_6_ECB.txt');
razmer:=1024*100;
end;