Skip to content

roxyHan/File-Cryptanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Cryptanalysis

This program will help us calculate the letter frequency from a plain txt file.

*To compile

g++ main.cpp LetterFrequency.cpp LetterFrequency.h

**To run:

1. You'll need to provide the path for a .txt file (e.g filename.txt if in the same folder than the project)

./a.out filename.txt

or

2. Use my test file testFile.txt

./a.out testFile.txt

***How - to

A. Run the program once to obtain the statistics for each letter
B. Open, modify the txt file by adding or deleting some letters, save the changes
C. Run the program again and check the statistics for your changes

About

This program will help us calculate the number of occurences of each letter from a plain txt file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors