• Stars
    star
    1
  • Language
    C
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Project made in CIS2500. 3 separate, but related, programs. frequency_table.c: Outputs letter frequencies in given text. copyrecords.c: Copies binary records containing encrypted text and decodes using Caesar cipher. decode.c: Reads in encrypted text and automatically decodes using caesar cipher.