Question

In: Computer Science

Q4. Assume you have been given a scrambled text file with some hidden text data similar...

Q4. Assume you have been given a scrambled text file with some hidden text data similar to the one in your assessment. What will be the best method that you will use to unscramble the file and why would you choose this method? Justify your answer. [5 marks] You have collected a digital evidence from a crime scene and calculated its hash value using WinHex editor with MD5 algorithm. You have stored the evidence in a forensics lab. After a week, when you started analysing the evidence, you again calculated the hash value of the evidence using Autopsy and with SHA-1 algorithm. You found that the hash value of the evidence is now changed. Describe why the hash value now is different than the one you calculated when you acquired the evidence? [5 marks]

Subject :Guide to Computer Forensics and Investigations 6th edition

Solutions

Expert Solution

a) You can encrypt or decrypt a text file through Hekapad editor.Hekapad is a fully fetured text editor which can encrypt or decrypt a text file. It offers 3 levels of encrytion or decryption like simple , standard and Advanced encyption and decrytion. You can configure advanced encrytion by adding a key .In case you want to decrypt it then providing the same key will decrypt it.

you need to go to edit and then cryptography from there you can choose any mode of encrytion or decrytion.

You can use WinHex editor to decrypt text file as well. It can also be used to recover lost data.

b) Hash functions are primarily used to provide integrity: if the hash of a plaintext changes, the plaintext itself has changed. Common older hash functions include Secure Hash Algorithm 1 (SHA-1), which creates a 160-bit hash and Message Digest 5 (MD5), which creates a 128-bit hash. Weaknesses have been found in both MD5 and SHA-1.This is the reason why the hash value changed after a week.


Related Solutions

Given some data in a text file, the task is to scramble the text and output...
Given some data in a text file, the task is to scramble the text and output in a separate text file. So, we need to write a Python program that reads a text file, scrambles the words in the file and writes the output to a new text file. Rules to be followed: Words less than or equal to 3 characters need not be scrambled. Don’t scramble first and last char, so Scrambling can become Srbmnacilg or Srbmnailcg or Snmbracilg,...
in java please!!! suppose there is a text file named TextFile.txt with some data in the...
in java please!!! suppose there is a text file named TextFile.txt with some data in the root directory (e.g. C:\ or \) of your computer. In JAVA, write code that (i) opens the file in read mode; (ii) displays the file content on the monitor screen/console; (iii) uses exception handling mechanism with try, catch, and finally blocks; and (iv) safely closes the file. Writing the main() method is optional.
You are given a text file containing a short text. Write a program that 1. Reads...
You are given a text file containing a short text. Write a program that 1. Reads a given text file : shortText.txt 2. Display the text as it is 3. Prints the number of lines 4. Prints the occurences of each letter that appears in the text. [uppercase and lowercase letter is treated the same]. 5. Prints the total number of special characters appear in the text. 6. Thedisplayofstep3,4and5aboveshouldbesaveinanoutputfile:occurencesText.txt write it in C++ programing Language
You are given a text file that contains the timetable for buses that travel a college...
You are given a text file that contains the timetable for buses that travel a college campus. The first line of the file contains the name for each stop on the bus system separated by colons. Each following line contains the times using a 24-hour clock at which each bus in the system will arrive at a bus stop, also separated by colons.The timetable will have the following format: Edinburgh:Danderhall:Dalkeith:Edgehead:Pathhead:Blackshiels:Oxton:Carfraemill:Lauder:Earlston:Leaderfoot:Newtown St Boswells:St Boswells:Clintmains:Kelso 0850:0911:0918:0930:0933:0939:0953:0955:1001:1015:1025:1029:1032:1038:1055 1150:1211:1218:1230:1233:1239:1253:1255:1301:1315:1325:1329:1332:1338:1355 1350:1411:1418:1430:1433:1439:1453:1455:1501:1515:1525:1529:1532:1538:1555 1610:1633:1640:1652:1655:1701:1715:1717:1723:1737:1746:1750:1753:1803:1820 1750:1811:1818:1830:1833:1839:1853:1855:1901:1919:1925:1929:1932:1938:1955 2000:2021:2028:2037:2040:2046:2100:2102:2108:2121:2126:2130:2133:2138:2155 Write...
Selection sort on fstream data C++: Sort the given student information data inside a text file...
Selection sort on fstream data C++: Sort the given student information data inside a text file The format of the student data inside the text file is: Student Number, Surname, First Name, Middle Name, Birthday, Course, Year, School Year (The list can be updated over time so there is no limit for the size of the data) But I need to automatically sort the given the data in ascending alphabetical order based on their surnames when displaying the list. I...
Consider a text file that you will create named “employees.txt”. The file contains data organized according...
Consider a text file that you will create named “employees.txt”. The file contains data organized according to the following format:John Smith 10 15Sarah Johnson 40 12Mary Taylor 27 13Jim Stewart 25 8For instance, “John” is the first name, “Smith” is the last name, “10” is the number of hours per week, and “15” is the hourly rate.Write a program that computes the weekly salary of each employee. The program prints the first name, last name, and weekly salary of each...
Special districts have often been called the hidden government. What are special districts? What are some...
Special districts have often been called the hidden government. What are special districts? What are some of the services they provide? How are special districts created, governed, and funded? GOVERNMENT
Assume that you are a salesperson who calls on retailers. For some time you have been...
Assume that you are a salesperson who calls on retailers. For some time you have been attempting to get an appointment with one of the best retailers in the city to carry your line. You have an appointment to see the head buyer in one and one-half hours. You are sitting in your office. It will take you about 30 minutes to drive to your appointment. Outline what you should be doing between now and the time you leave to...
Given: Assume you have collected data from 150 subjects, and that the distribution of the data...
Given: Assume you have collected data from 150 subjects, and that the distribution of the data is a "normal" distribution. The mean of the scores is 37, with a standard deviation of 4.5. Using the given information, calculate the 68% confidence interval. A confidence interval represents a range of values, the lowest value is references as the "lower bound", the highest value is referenced as the "upper bound". Determine the lower and upper bounds for the 68% confidence interval. Round...
First create the text file given below. Then complete the main that is given. There are...
First create the text file given below. Then complete the main that is given. There are comments to help you. An output is also given Create this text file: data1.txt -59 -33 34 0 69 24 -22 58 62 -36 5 45 -19 -73 62 -5 95 42 ` Create a project and a Main class and copy the Main class and method given below. First declare the array below the comments that tell you to declare it. Then there...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT