Skip to content

PAndrewTurner/Message-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authored by Paul A. Turner on 07/01/2020

University of Central Florida - College of Engineering & Computer Science Completed for Security in Computing Class CIS3360 Summer 2020

This project utilized a maxtrix cipher to encrypt a string of text provided by the user. The inputted strings are sent through a switch letter by letter based on the matrix key and translted into the ciphertext.

Execution from the command line as follows:

"gcc main.c" "./a.out key.txt text.txt"

the provided key files are: k0, k1, k2, and k3 the provided text files are: p0, p1, p2, and p3

About

Basic Encryption utilizing key matrix that encrypts a string into ciphertext

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages