Skip to content

MkSavin/MatrixCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Получите результат (шифрованную строку и ее дешифрованную версию).

About

Matrix Cipher C# Realization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages