DarkFeather d2b8b98f08 Fixes
2016-11-09 22:30:08 -06:00
2016-08-04 12:10:50 -05:00
2016-08-04 12:10:50 -05:00
2016-08-04 12:10:50 -05:00
2016-11-09 22:30:08 -06:00
2016-08-04 12:10:50 -05:00
2016-11-09 22:30:08 -06:00
2016-08-04 12:10:50 -05:00
2016-08-04 12:10:50 -05:00
2016-08-04 12:10:50 -05:00
2016-08-04 12:10:50 -05:00
2016-08-04 12:10:50 -05:00
2016-08-04 12:10:50 -05:00

This project is to allow easy deciphering of text-based ciphers. We will start with basic functions and add new ones as possible.

The format for this project should be as follows:
 * cryptoworkbench.csharp contains CLI commands and command reference to each cipher's API.
 * Analysis functions should be placed in the Analysis class, and simple character operations go in Simple.
 * CharGrid offers a means to make horizontal and vertical arrays of characters from strings.
 * Each cipher should implement the abstract AniNIX.Crypto.Cipher and may add unique functions. 

A sample.txt file is provided for test purposes, and a Makefile contains all your compilation rules. The bash script will allow invocation on UNIX machines.
Description
CryptoWorkbench is a cryptography suite. This project is to allow easy deciphering of text-based ciphers. We will start with basic functions and add new ones as possible.
Readme 78 KiB
Languages
Shell 54.8%
Makefile 45.2%