×

You are using an outdated browser Internet Explorer. It does not support some functions of the site.

Recommend that you install one of the following browsers: Firefox, Opera or Chrome.

Contacts:

+7 961 270-60-01
ivdon3@bk.ru

Software implementation of encryption of text phrases

Abstract

Software implementation of encryption of text phrases

Adaev R. B.

Incoming article date: 08.10.2021

Cryptography is the science of privacy methods. Encryption is a special case of encryption. The article discusses the issues of encryption, the use of two different methods of encrypting text phrases: the Caesar cipher and the Vigener cipher, the definitions of the alphabet and the key are given. An example of using these ciphers on two phrases of the Cyrillic and Latin alphabet is given. A program has been designed in the Java language that allows encryption and decryption. The description of the program is given. The program form includes two radio buttons for selecting the algorithm and two buttons for encryption and decryption.

Keywords: cryptography, encryption, decryption, vigener cipher, caesar cipher, java