Project Submission

Submit Your File Encryption Tool

Create a public GitHub repository with the exact name shown below, add all required files, and enter your GitHub username to submit.

Repository Requirements

Your repository must have this exact name:

github.com/<your-username>/c-file-encryption
Required Project Structure
include/
  • encryption.h
  • decryption.h
  • file_handler.h
  • key_manager.h
  • utils.h
src/
  • main.c
  • xor_cipher.c
  • caesar_cipher.c
  • vigenere_cipher.c (bonus)
  • file_handler.c
  • utils.c
Other
  • data/ (test files)
  • tests/ (test cases)
  • Makefile
  • README.md
README.md Must Include:
  • Your full name and submission date
  • Project overview and features list
  • Build instructions (how to compile with Makefile)
  • Usage examples (command-line examples for XOR and Caesar)
  • Algorithm descriptions and security notes
  • Testing instructions and how to verify encryption

Submission Form

github.com/
Enter only your username. We will verify the repository c-file-encryption exists in your account.

Your repository will be verified before submission is accepted

Project Submitted Successfully!

Your project has been verified and submitted. Great work on your File Encryption Tool!