|
3 weeks ago | |
---|---|---|
.gitignore | 3 weeks ago | |
Affine.csharp | 3 years ago | |
Analysis.csharp | 1 year ago | |
Caesarian.csharp | 3 years ago | |
CharGrid.csharp | 4 years ago | |
Cipher.csharp | 3 years ago | |
ColumnTransposition.csharp | 4 years ago | |
CryptoWorkbench.csharp | 3 weeks ago | |
CryptoWorkbenchIcon.png | 1 year ago | |
ForceCommand.txt | 4 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 weeks ago | |
PKGBUILD | 3 weeks ago | |
README.md | 1 year ago | |
Simple.csharp | 3 years ago | |
Substitution.csharp | 3 years ago | |
Ubchi.csharp | 4 years ago | |
Vigenere.csharp | 4 years ago | |
captivecrypto | 1 month ago | |
cryptoworkbench | 1 month ago | |
newcipher.template | 4 years ago | |
regex-lookup.bash | 3 years ago | |
sample.txt | 4 years ago |
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.
The format for this project should be as follows:
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.
There’s a number of ways to use this product:
Once in the interface, “help” will show the base help menu, and running “ help” will show help for individual modules.
CryptoWorkbench accepts a filepath as an argument -- this will be read in as the initial plaintext (or ciphertext).
This project was inspired by Rumkin’s Cipher Tools and is designed to be used in an offline state. We also compare our implementation to the global spec of ciphers and are working to add new ones on a semiregular basis.
Post a pull request.