subject

File encryption is the science of writing the contents of a file in a secret code. your encryption program should work like a filter, reading the contents of one file, modifying the data into a code, and then writing the coded contents out to a second file. the second file will be a version of the first file, but written in a secret code. although there are complex encryption techniques, you should come up with a simple one of your own. for example, you could read the first file one character at a time, and add 10 to the character code of each character before it is written to the second file. i would like you to modify the program slightly. you should ask the user what the number is that is going to be used for the encryption. therefore the program will prompt the user for a number and apply it to the data in the file to create the encrypted file. part 2file decryption filterwrite a program that decrypts the file produced by the program in programming challenge 7. the decryption program should read the contents of the coded file, restore the data to its original state, and write it to another file.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 16:00
In a cellular network each cell is controlled by a tower what are these towers called?
Answers: 3
question
Computers and Technology, 23.06.2019 00:30
Which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 2
question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
question
Computers and Technology, 23.06.2019 17:00
Companies that implement and apply an information system effectively can create
Answers: 1
You know the right answer?
File encryption is the science of writing the contents of a file in a secret code. your encryption p...
Questions
question
Mathematics, 05.05.2020 04:38
Questions on the website: 13722367