Лабораторная работа: Алгоритм криптографического преобразования в режиме простой замены
q: integer;
u: integer;
z: integer;
p: integer;
kol: integer;
st: string;
str: string;
hr: string;
hr1: integer;
kod: string;
kod1: string;
kod_64_1: string;
kod_64_2: string;
full: string;
kluch: string;
plus: string;
plus1: string;
full1: string;
slovo: string;
decod: string;
step: int64;
blok: string;
stolbec: integer;
sdv: string;
plus2: string;
plus3: string;
h: integer;
k_slovo: string;
implementation