Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1000 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 1000 Bytes

EN

Matrix Cipher C#

How to use:

  1. Run program via Visual Studio OR via .exe file in /bin/Debug folder (need to compile);
  2. Enter the key (matrix 3x3) for cipher and press Enter;
  3. Enter input string to encrypt and decrypt. Enter = new line. Empty line + Enter = next step;
  4. Get result (encrypted string with its decrypted version).

RU

Matrix Cipher C#

Как использовать:

  1. Запустите программу через Visual Studio ИЛИ через файл .exe в папке /bin/Debug (нужно скомпилировать);
  2. Введите ключ (матрицу 3x3) для шифра и нажмите Enter;
  3. Введите строку ввода для шифрования и дешифрования. Enter = новая строка. Пустая строка + Enter = следующий шаг;
  4. Получите результат (шифрованную строку и ее дешифрованную версию).