Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 608 Bytes

File metadata and controls

19 lines (11 loc) · 608 Bytes

Cryptography-Homeworks

Repo for homeworks received from the cryptography course.

1) Classic Ciphers

A desktop app that allows chaining multiple classic ciphers - caesar, nihilist, bifid, playfair - in order to encrypt or decrypt the input text. The polybius ciphers use the extended version of the square, which includes special characters and numbers. You can load both keys and the input text from a file.

Polybius Square

Created using

  • C#
  • WPF

Usage Examples

first demo

second demo