Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 699 Bytes

BBC_README.md

File metadata and controls

20 lines (12 loc) · 699 Bytes

BBC

Code for BBC_CRYPTO tool used for testing. Inc. Header/SRC/MAIN

The included files are the files used for the creation of BBC_CRYPTO, which was developed for my COMP4109 Course, Cryptography.

Files included:

ciph.cc --> The program used for reading in a file and encrypting/decrypting it for demonstration purposes

cipher.cpp --> This is the source code including all the functions used in the BBC_CRYPTO algorithm

cipher.h --> The header file including the function calls for BBC_CRYPTO

encrypt.txt --> This is a file containing a news article from www.military.com. Used as an example for encrypting a file.

Please note this code was created just for learning purposes. Fall 2014