Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 909 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 909 Bytes

cryptography

This is a basic cipher cryptography program written in C by Dylan Goldfus.




              	Program Description:

In this program, I will implement three basic cryptography procedures at the user’s choice:

1. Encode input file with key and write cipher text to output
2. Decode input file with key and write plain text to output
3. Break the cipher text input and write plain text to output