It is course work project of application with functions for working with the Caesar Cypher:
- Coder
- Decoder
- Hack with frequency analysis
- Hack with known part of the text
This development can code and decode letters in a single language only.
Solution structure:
- CaesarCypher - WinForms project that contains interfaces only
- CaesarCypherLib - Class Library with a CaesarCypher static class and methods that implement the main functionality