I need help on writing this code? any pointers on where to beginencrypted file and try to decrypt it using letter substitution. Then decrypt the same encrypted file using the standard table. You also have access to the original text. Output should go to a .txt file"
" go through a set of .txt and use them to develop a pattern of appearances of letters. You will need to make every lowercase letter into its uppercase equivalent and count the letter appearances. Using your results, you are to go through an
On 2022-12-12 21:21, Dirrm wrote:encrypted file and try to decrypt it using letter substitution. Then decrypt the same encrypted file using the standard table. You also have access to the original text. Output should go to a .txt file"
I need help on writing this code? any pointers on where to begin
" go through a set of .txt and use them to develop a pattern of appearances of letters. You will need to make every lowercase letter into its uppercase equivalent and count the letter appearances. Using your results, you are to go through an
First you need to know how to read a text file. Familiarity with the standard
library (http://www.ada-auth.org/standards/aarm12_w_tc1/html/AA-A.html) is helpful.
--
Jeff Carter
"Measure before making 'efficiency' changes."
Elements of Programming Style
202
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 357 |
Nodes: | 16 (2 / 14) |
Uptime: | 72:29:25 |
Calls: | 7,663 |
Calls today: | 2 |
Files: | 12,822 |
Messages: | 5,705,321 |