Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How can I convert a file that contains formatted/encrypted letters into normal text using Matlab? I think it is ASCII This is how the file

image text in transcribed

How can I convert a file that contains formatted/encrypted letters into normal text using Matlab? I think it is ASCII

image text in transcribed

This is how the file looks like in .txt file ( its just part of it) It culd be any of the following formats: binary double (double-precision floating point), binary single (single-precision floating point), or binary int32 (signed 32 bit integers), I don't know which one it is, and these commands can be used to help execute the function.

  • fopen, fclose, fread, fwrite, fseek
  • char, fprintf, disp, load, circshift, length, find, strfind, cell
  • if, while, for, switch

Any help will be much appreciated!

2. Recommendations In order to succeed, you have to write your own Matlab script that contains commands that achieve the following: 1) Determine which format your chunk is written in. Is it binary double (double-precision floating point), binary single (single-precision floating point), or binary int32 (signed 32 bit integers)? How can you determine this, given you do not know what the contents are? 2) After you believe you have read your chunk data in the correct format, your next challenge is to find the shift S for your codifying key, use it for shifting the expected key and remove it from the received chunk. Here, you can consider searching for this manually (shifting the key with different S, removing the shifted key from the data and printing it as char in MATLAB to see if it is English text). Even better, see if you can automate the search by considering the fact that you know that the recovered text should be in English. 3) Once you have succeeded in the previous two steps, you will need to write code that automatically reads the chunk in the correct way, finds the shift S and then provides the English text as output. This will be your submission on Moodle, as described below. @ b@Z@^@L@_@b@0@^@@M@ ] @@^@Z@ @ #a@\@a@`@ b@@a@ c@D@t`@b@@a@@P@a@_@ CQKGHGU@\@ a@@] @P@ P@& ]@^@@_@E@a@\@@_@K@@b@ [@``Q@ @ c@H@^@N@R@X@U@N@^@i_@b@\@ a@@`@N@ b@@a@^@J@_@@_@@@a@ `@c@]@t`@`@b@\@] @@S@0@:@J@D@H@G@=@A@^@Z@@b@tb@ta@[@J@@`@i a@@a@J@ta@_@^@@a@t `@ _@Q@@a@ta@N@i_@`@^@M@ b@ta@a@ `@L@@Y@M@^@a@\@]@@`@@Q@]@ta@P@`@]@@^@A@ c@Y@ @R@D@L@@U@_@@_@t`@F@Z@ b@]@@^@ [QR@G@;@D@B@:@>@I@W@a@`@]@b@ b@ a@@P@_@`a@t`@a@]@ a@@`@@`@@] @G@@]@c@Q@H@C@S@ [@+a@@a@c@P@_@t` @]@_@T@H@9@H@;@? @7@B@@Y@Z@`@@`@tb@I@tb@` a@`@]@@a@@[@@c@#`@ [@b@G@ `@\@@^@Z@Z@@a@]@ta@`a@@P@G@D@D@0 @H@I@,@H@@S@tb@]@@^@`a@`@E@ c@ @BQZ@^@^@`@N@_@a@a@E@^@_@]@[@\@@c@@_@_@` `@N@@_@@^@ @t`@]@`b@@^@tb@ta@0@L@A@U@Z@a@t`@_@Q@^Q^@ [@Z@S@P@@Q@e[@i Z@`@^@I@_@P@ b@l@b@ b@E@@b@_@b@@_@`c@@W@N@H@6@,@F@E@E@W@t `@@`@@\@E@t`@ta@]@a@`a@@`@ [@ `@N@A@D @Z@@_@^@a@K@t`@^@L@Y@\@b@`a@_@@^@\@J@H@:@J@H@2@I@B@I@Q@F@K@B@D@H@N@c@Q@L@L@C @J@K@A@3@D@A@@Q@0@Q@@@A@9@C@3@@@@Y@S@Y@&T@@Z@Q@@R@Z@SQ]@Y@S@X@M@@\@^@`@a@\@ Y@G@t`@t`@@`@@c@@_@t`@]@Y@@S@@P@X@a@\@_@a@M@` @@a@`@\@b@L@@X@^@S@I@`a@#b@[@tb@ c@G@a@`@^@@_@]@b@@_@@\@D@`c@^@_@`@E@#`@@_@ @# `@@@@`@J@a@_@^@@_@#`@]@Y@Y@_@@U@H@Z@@_@^@tb@I@`a@a@^@Q@W@_@_@\@tb@a@l\@ \@Q@@\@_@a@b@`a@I@\@a@`@a@N@` @@^@N@ Z@]@[@@^@H@_@P@_@@a@]@_@`b@ [@ a@c@N@`a@ a@`a@ b@``@b@`a@^@a@a@ [Q_@@`@Q@ta@@a@^@D@@^@_@b@ta@J@U@[@@_@@ @@Q@Y@a@\@L@ ZQ] @^@_@a@@^e`@a@J@D@@b@`@^QN@ c@``@_@@I@@@^Q ]@J@^@ @]@b@t`@B@@Y@ta@^@F@^@@_@i_@t`@\@@\@@_@CT@:@B@6@G@>@6@^@^q_@N@ a@i [@]@@^@_@_@b@b@E@@_@b@N@@_@a@@a@E@_@@^@@b@ a@E@`b@ `@Z@@`@_@b@a@\@Q@Z@`@^@M@_@t`@ [@ [Q_@Z@@_@@] @`@G@]@`@L@#`@`@^@Q@b@ (@`c@ a@D@`b@]@D@@c@\@^@C@` @@a@t`@]@^@_@N@]@`@ \@J@@@J@2@D@F@2@H@Y@@`@]@N@^@`@`a@ cQa@K@G@N@\@@]@\@Z@]@0@@b@@Z@ @l@@Q@a@@a@ P@@a@` `@ ]@K@Y@@`@@`@^@@]@`@^@@Z@0@Z@`b@^@ @@]@a@Z@A@I@L@\@ @_@`b@J@[@ta@@a@P@@t`@@`@_@b@`a@ 2. Recommendations In order to succeed, you have to write your own Matlab script that contains commands that achieve the following: 1) Determine which format your chunk is written in. Is it binary double (double-precision floating point), binary single (single-precision floating point), or binary int32 (signed 32 bit integers)? How can you determine this, given you do not know what the contents are? 2) After you believe you have read your chunk data in the correct format, your next challenge is to find the shift S for your codifying key, use it for shifting the expected key and remove it from the received chunk. Here, you can consider searching for this manually (shifting the key with different S, removing the shifted key from the data and printing it as char in MATLAB to see if it is English text). Even better, see if you can automate the search by considering the fact that you know that the recovered text should be in English. 3) Once you have succeeded in the previous two steps, you will need to write code that automatically reads the chunk in the correct way, finds the shift S and then provides the English text as output. This will be your submission on Moodle, as described below. @ b@Z@^@L@_@b@0@^@@M@ ] @@^@Z@ @ #a@\@a@`@ b@@a@ c@D@t`@b@@a@@P@a@_@ CQKGHGU@\@ a@@] @P@ P@& ]@^@@_@E@a@\@@_@K@@b@ [@``Q@ @ c@H@^@N@R@X@U@N@^@i_@b@\@ a@@`@N@ b@@a@^@J@_@@_@@@a@ `@c@]@t`@`@b@\@] @@S@0@:@J@D@H@G@=@A@^@Z@@b@tb@ta@[@J@@`@i a@@a@J@ta@_@^@@a@t `@ _@Q@@a@ta@N@i_@`@^@M@ b@ta@a@ `@L@@Y@M@^@a@\@]@@`@@Q@]@ta@P@`@]@@^@A@ c@Y@ @R@D@L@@U@_@@_@t`@F@Z@ b@]@@^@ [QR@G@;@D@B@:@>@I@W@a@`@]@b@ b@ a@@P@_@`a@t`@a@]@ a@@`@@`@@] @G@@]@c@Q@H@C@S@ [@+a@@a@c@P@_@t` @]@_@T@H@9@H@;@? @7@B@@Y@Z@`@@`@tb@I@tb@` a@`@]@@a@@[@@c@#`@ [@b@G@ `@\@@^@Z@Z@@a@]@ta@`a@@P@G@D@D@0 @H@I@,@H@@S@tb@]@@^@`a@`@E@ c@ @BQZ@^@^@`@N@_@a@a@E@^@_@]@[@\@@c@@_@_@` `@N@@_@@^@ @t`@]@`b@@^@tb@ta@0@L@A@U@Z@a@t`@_@Q@^Q^@ [@Z@S@P@@Q@e[@i Z@`@^@I@_@P@ b@l@b@ b@E@@b@_@b@@_@`c@@W@N@H@6@,@F@E@E@W@t `@@`@@\@E@t`@ta@]@a@`a@@`@ [@ `@N@A@D @Z@@_@^@a@K@t`@^@L@Y@\@b@`a@_@@^@\@J@H@:@J@H@2@I@B@I@Q@F@K@B@D@H@N@c@Q@L@L@C @J@K@A@3@D@A@@Q@0@Q@@@A@9@C@3@@@@Y@S@Y@&T@@Z@Q@@R@Z@SQ]@Y@S@X@M@@\@^@`@a@\@ Y@G@t`@t`@@`@@c@@_@t`@]@Y@@S@@P@X@a@\@_@a@M@` @@a@`@\@b@L@@X@^@S@I@`a@#b@[@tb@ c@G@a@`@^@@_@]@b@@_@@\@D@`c@^@_@`@E@#`@@_@ @# `@@@@`@J@a@_@^@@_@#`@]@Y@Y@_@@U@H@Z@@_@^@tb@I@`a@a@^@Q@W@_@_@\@tb@a@l\@ \@Q@@\@_@a@b@`a@I@\@a@`@a@N@` @@^@N@ Z@]@[@@^@H@_@P@_@@a@]@_@`b@ [@ a@c@N@`a@ a@`a@ b@``@b@`a@^@a@a@ [Q_@@`@Q@ta@@a@^@D@@^@_@b@ta@J@U@[@@_@@ @@Q@Y@a@\@L@ ZQ] @^@_@a@@^e`@a@J@D@@b@`@^QN@ c@``@_@@I@@@^Q ]@J@^@ @]@b@t`@B@@Y@ta@^@F@^@@_@i_@t`@\@@\@@_@CT@:@B@6@G@>@6@^@^q_@N@ a@i [@]@@^@_@_@b@b@E@@_@b@N@@_@a@@a@E@_@@^@@b@ a@E@`b@ `@Z@@`@_@b@a@\@Q@Z@`@^@M@_@t`@ [@ [Q_@Z@@_@@] @`@G@]@`@L@#`@`@^@Q@b@ (@`c@ a@D@`b@]@D@@c@\@^@C@` @@a@t`@]@^@_@N@]@`@ \@J@@@J@2@D@F@2@H@Y@@`@]@N@^@`@`a@ cQa@K@G@N@\@@]@\@Z@]@0@@b@@Z@ @l@@Q@a@@a@ P@@a@` `@ ]@K@Y@@`@@`@^@@]@`@^@@Z@0@Z@`b@^@ @@]@a@Z@A@I@L@\@ @_@`b@J@[@ta@@a@P@@t`@@`@_@b@`a@

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Logics For Databases And Information Systems

Authors: Jan Chomicki ,Gunter Saake

1st Edition

1461375827, 978-1461375821

More Books

Students also viewed these Databases questions

Question

Explain the various methods of job evaluation

Answered: 1 week ago

Question

Differentiate Personnel Management and Human Resource Management

Answered: 1 week ago

Question

Describe the functions of Human resource management

Answered: 1 week ago