Skip to content

wai1/EncryptDecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program will encrypt a text file and it can also decrypt a text file.

The encryption part of the program will read in characters from "LettersFile.txt" file and check to see if a character is duplicated by the adjacent character. If it is, it will keep track of the
duplicates and insert the number of duplicates removing the duplicate letters. The encrypted file will be saved to "encryptedFile.txt" file.

The decryption part of the program will read in "encryptedFile.txt" file, detect if there is a number, which represents the number of duplicated letters, and output the letters with correct duplicates
to the "decryptedFile.txt" file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published