Skip to content

Epoxider/WSU-Crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

WSU-Crypt

Matthew Fritz

TO COMPILE: make

TO CLEAN: make clean

TO ENCRYPT (Assumnig key.txt is key file, plaintext.txt is the file you want to encrypt, and ciphertext.hex is the file you want to write the ciphertext to): ./crypt -e key.txt plaintext.txt ciphertext.hex

TO DECRYPT: ./crypt -d key.txt ciphertext.hex recovered_plaintext.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published