function EnCryptVij(Text, Key, ABC:string):string; //Шифрование function DeCryptVij(Code, Key, ABC:string):string; //Дешифрование строки по методу Виженера