An open API service indexing awesome lists of open source software.

https://github.com/alertedcoffee/caesar-cypher

Coursework on c#
https://github.com/alertedcoffee/caesar-cypher

caesar-cipher csharp encryption

Last synced: 10 months ago
JSON representation

Coursework on c#

Awesome Lists containing this project

README

          

# CaesarСypher

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