Skip to content

Nokeo08/Encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt ReadMe

Source Files
  main.c
    Contains main function that reads in and breaks up the commands.
  util.c
    Contains functions to
      read from the input file
      count the occurrence of each letter in the input file.
      encrypt each character from the input file.
      count the occurrence of each letter in the output buffer.
      write the encrypted characters to an output file.
      initialize all of the resources needed to perform the task.
      free all the resources needed to perform the task.
      print out the counter arrays.

About

Basic Encryption project for CS352

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published