Реферат: Гибридная система шифрования ГСШ-11
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
alf,s: String;
M:array of String;
Z,key,C,T: array of byte;
p:longint;
FName:String;
F:TextFile;
NText:TMemo;
implementation
{$R *.dfm}
procedure TForm1.Button3Click(Sender: TObject); //1z
Var Ch:Char;
begin
memo1.Text:='';
memo2.Text:='';
memo3.Text:='';
If OpenDialog1.Execute then
Begin
AssignFile(F,OpenDialog1.FileName);
FName:=OpenDialog1.FileName;
Reset(F);
If IOResult=0 then Begin
While not Eof(f) do
Begin