[HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

How to use TestDisk to recover lost partition
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Message
Author
BoomGoesTheHD
Posts: 8
Joined: 13 Feb 2020, 17:35

[HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#1 Post by BoomGoesTheHD »

Greeting to all of you!

▛▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝ ▜
I found myself in a very shocking position recently. So her eit goes... I had the idea I wanted to view my Linux drives within Windows since recently I had to be using Windows more than often. I started checking things out and suddenly a window popped up exactly like this...

Image

Suddenly I found myself needing to go to the bathroom, I didn't really think about what had just popped up on the screen regarding one of my most important drives. All I knew was that I didn't want to click that button. I came back from the bathroom and I found my cat curling himself on my mouse like he usually does in order to try to get me to stop what I'm doing and give him my attention. I looked at the screen and my heart sank... It had just successfully initialized my most important encrypted drive. I calmly removed my lovely cat from the desk and in slow motion looked back to the computer screen and said "Oh................." ... as I slowly sat down while saying "oooooooookkkaaaaaayyyyyyy" while sliding into my chair and not wanting to admit to myself that anything bad had just happened... but days later after dozens of different attempts, yeah, something bad definitely happened.

It feels as if a big part of my life, is over. Gone, wiped away.

Whats on this drive? Well, in the worlds eyes, the most important thing would be the bitcoins. I don't know if I should mention how much there are on this thing because I really don't want to cause any craziness. But to myself, it would be my files, the bitcoins too, but I really want my files...

Apparently, in Windows operating systems, it's super easy to Initialize a Disk as it contains nothing but a big easy button to push and no warnings whatsoever... CLICK. DONE. Apparently, this is because Windows doesn't recognize any other filesystems other than their own, lol... so most are treated as unrecognized.

I just hope that I can get this disk back and running with the same files on it. As for the bitcoins, it's not that I need the money... but might as well go rip up a winning lottery ticket, because essentially that's exactly whats taking place here.

Any help is greatly appreciated, and will be rewarded. In return for the much appreciated help and in the event we can get back into the encrypted drive, I will happily reward the geniuses a bitcoin, or two, possibly three.
▙ ▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▟

Here's some things I've done so far + useful information that might be helpful for a successful recovery.


1.) The original commands that were used to create the LUKS encryped disk/partition:

Code: Select all

sudo cryptsetup -c aes-xts-plain64 -s 512 -h sha512 --iter-time 5000 --use-random --verify-passphrase luksFormat /dev/sdg
sudo cryptsetup luksOpen /dev/sdg SB_5TB_HDD
ls -arlt /dev/mapper | tail
sudo mkfs.ext4 /dev/mapper/SB_5TB_HDD
sudo mount /dev/mapper/SB_5TB_HDD /mnt/SB_5TB_HDD

2.) testdisk, writing what you see here in the screenshot to the disk did nothing.

Image

...also tried START SECTORS: 2048, 512, 245, 316, 4096, and 1

However, I am not entirely sure of what "type" to select... BUT it does find the encrypted disks LABEL, "SB_5TB_HDD" as you can see above.

After writing to disk using testdisk, I ran this command:

Code: Select all

sudo cryptsetup luksOpen /dev/sdg SB_5TB_HDD
Which gave me the following output:

Code: Select all

Device /dev/sdg is not a valid LUKS device.
After each attempt I would restore the screwed up drive with Clonezilla and try again, but only to fail...


3.) EXACTLY what the disk looked like within Disk Utility when the drive was working, before this all happened.

Image


4.) This is what the disk looks like now.

Image


5.) My current setup for this disk within /etc/crypttab (string inside fake trash file)

Code: Select all

SB_5TB_HDD /dev/SB_5TB_HDD /mnt/USB_Key/.Trash-1000 luks

6.) My current setup for this disk within /etc/fstab

Code: Select all

# DO mount, and DO show in menu
/dev/mapper/SB_5TB_HDD /mnt/SB_5TB_HDD auto nosuid,nodev,nofail,x-gvfs-show 0 0

9. Also, after writing this screenshot to disk using testdisk

Image

I ran this command:

Code: Select all

sudo hexdump -C /dev/sdh | grep LUKS
but it wouldn't find anything...
======================

So I went back to Clonezilla and restored it back to its crap-state in order try again with something else. Any ideas?

Thank you so much for your time.
Last edited by BoomGoesTheHD on 16 Feb 2020, 22:23, edited 4 times in total.

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#2 Post by cgrenier »

There was no partition table.

LUKS header: If the header of a LUKS volume gets damaged, all data is permanently lost unless you have a header-backup. If a key-slot is damaged, it can only be restored from a
header-backup or if another active key-slot with known passphrase is undamaged.

So do you have a header backup taken before the problem ? (cryptsetup luksHeaderBackup <device> --header-backup-file <file>)

BoomGoesTheHD
Posts: 8
Joined: 13 Feb 2020, 17:35

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#3 Post by BoomGoesTheHD »

Hi there, thank you. No sir, I absolutely do not have a header backup file of this drive before that dreadful "Initialize Disk" button was clicked. I can create a header backup from other drives that were created the same time and same way, and that use the same passphrase and keyfile as the drive in question.

But no sir, I never made any backups of the header before this, I actually wasn't aware of how to do that before all of this.

BoomGoesTheHD
Posts: 8
Joined: 13 Feb 2020, 17:35

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#4 Post by BoomGoesTheHD »

What I can get is a header backup from a different drive that used the same command to create it's encryption, same passphrase, and same keyfile. Would that possibly work if I wrote the first 512 sectors from it? Or possibly first 2048? In that case, I could just create a quick one with the same cryptsetup command on a USB stick and use the same password and keyfile? Would that hopefully give me my partition table header back?

BoomGoesTheHD
Posts: 8
Joined: 13 Feb 2020, 17:35

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#5 Post by BoomGoesTheHD »

▛▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝ ▜

I will now be awarding the person who helps me get my drive back with 5 bitcoins.

Currently, as of writing this, that's equal to 51,745.00 United States Dollars.

▙ ▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▟
Last edited by BoomGoesTheHD on 17 Feb 2020, 15:58, edited 1 time in total.

recuperation
Posts: 2720
Joined: 04 Jan 2019, 09:48
Location: Hannover, Deutschland (Germany, Allemagne)

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#6 Post by recuperation »

BoomGoesTheHD wrote: 15 Feb 2020, 00:20 What I can get is a header backup from a different drive that used the same command to create it's encryption, same passphrase, and same keyfile. Would that possibly work if I wrote the first 512 sectors from it? Or possibly first 2048? In that case, I could just create a quick one with the same cryptsetup command on a USB stick and use the same password and keyfile? Would that hopefully give me my partition table header back?
Try out your proposal with two new drives and compare the exported headers to verify that you will fail.

BoomGoesTheHD
Posts: 8
Joined: 13 Feb 2020, 17:35

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#7 Post by BoomGoesTheHD »

@recuperation: How bout' I verify something about you and your little reply instead?

Hope this information will shed some light on whats going on...

Code: Select all

$ sudo hexdump -C /dev/sdh
00000000  33 c0 8e d0 bc 00 7c 8e  c0 8e d8 be 00 7c bf 00  |3.....|......|..|
00000010  06 b9 00 02 fc f3 a4 50  68 1c 06 cb fb b9 04 00  |.......Ph.......|
00000020  bd be 07 80 7e 00 00 7c  0b 0f 85 0e 01 83 c5 10  |....~..|........|
00000030  e2 f1 cd 18 88 56 00 55  c6 46 11 05 c6 46 10 00  |.....V.U.F...F..|
00000040  b4 41 bb aa 55 cd 13 5d  72 0f 81 fb 55 aa 75 09  |.A..U..]r...U.u.|
00000050  f7 c1 01 00 74 03 fe 46  10 66 60 80 7e 10 00 74  |....t..F.f`.~..t|
00000060  26 66 68 00 00 00 00 66  ff 76 08 68 00 00 68 00  |&fh....f.v.h..h.|
00000070  7c 68 01 00 68 10 00 b4  42 8a 56 00 8b f4 cd 13  ||h..h...B.V.....|
00000080  9f 83 c4 10 9e eb 14 b8  01 02 bb 00 7c 8a 56 00  |............|.V.|
00000090  8a 76 01 8a 4e 02 8a 6e  03 cd 13 66 61 73 1c fe  |.v..N..n...fas..|
000000a0  4e 11 75 0c 80 7e 00 80  0f 84 8a 00 b2 80 eb 84  |N.u..~..........|
000000b0  55 32 e4 8a 56 00 cd 13  5d eb 9e 81 3e fe 7d 55  |U2..V...]...>.}U|
000000c0  aa 75 6e ff 76 00 e8 8d  00 75 17 fa b0 d1 e6 64  |.un.v....u.....d|
000000d0  e8 83 00 b0 df e6 60 e8  7c 00 b0 ff e6 64 e8 75  |......`.|....d.u|
000000e0  00 fb b8 00 bb cd 1a 66  23 c0 75 3b 66 81 fb 54  |.......f#.u;f..T|
000000f0  43 50 41 75 32 81 f9 02  01 72 2c 66 68 07 bb 00  |CPAu2....r,fh...|
00000100  00 66 68 00 02 00 00 66  68 08 00 00 00 66 53 66  |.fh....fh....fSf|
00000110  53 66 55 66 68 00 00 00  00 66 68 00 7c 00 00 66  |SfUfh....fh.|..f|
00000120  61 68 00 00 07 cd 1a 5a  32 f6 ea 00 7c 00 00 cd  |ah.....Z2...|...|
00000130  18 a0 b7 07 eb 08 a0 b6  07 eb 03 a0 b5 07 32 e4  |..............2.|
00000140  05 00 07 8b f0 ac 3c 00  74 09 bb 07 00 b4 0e cd  |......<.t.......|
00000150  10 eb f2 f4 eb fd 2b c9  e4 64 eb 00 24 02 e0 f8  |......+..d..$...|
00000160  24 02 c3 49 6e 76 61 6c  69 64 20 70 61 72 74 69  |$..Invalid parti|
00000170  74 69 6f 6e 20 74 61 62  6c 65 00 45 72 72 6f 72  |tion table.Error|
00000180  20 6c 6f 61 64 69 6e 67  20 6f 70 65 72 61 74 69  | loading operati|
00000190  6e 67 20 73 79 73 74 65  6d 00 4d 69 73 73 69 6e  |ng system.Missin|
000001a0  67 20 6f 70 65 72 61 74  69 6e 67 20 73 79 73 74  |g operating syst|
000001b0  65 6d 00 00 00 63 7b 9a  00 00 00 00 00 00 00 00  |em...c{.........|
000001c0  02 00 ee ff ff ff 01 00  00 00 ff ff ff ff 00 00  |................|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200  45 46 49 20 50 41 52 54  00 00 01 00 5c 00 00 00  |EFI PART....\...|
00000210  56 d3 88 0d 00 00 00 00  01 00 00 00 00 00 00 00  |V...............|
00000220  af d9 30 46 02 00 00 00  22 00 00 00 00 00 00 00  |..0F....".......|
00000230  8e d9 30 46 02 00 00 00  51 5a 9f ee 6e 80 1a 41  |..0F....QZ..n..A|
00000240  85 61 b2 29 36 ff bd 2f  02 00 00 00 00 00 00 00  |.a.)6../........|
00000250  80 00 00 00 80 00 00 00  b6 02 b2 ee 00 00 00 00  |................|
00000260  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000400  16 e3 c9 e3 5c 0b b8 4d  81 7d f9 2d f0 02 15 ae  |....\..M.}.-....|
00000410  a1 c9 85 6f ca 89 b9 4f  b8 27 09 ce 28 ec 8e 2a  |...o...O.'..(..*|
00000420  22 00 00 00 00 00 00 00  ff 7f 00 00 00 00 00 00  |"...............|
00000430  00 00 00 00 00 00 00 00  4d 00 69 00 63 00 72 00  |........M.i.c.r.|
00000440  6f 00 73 00 6f 00 66 00  74 00 20 00 72 00 65 00  |o.s.o.f.t. .r.e.|
00000450  73 00 65 00 72 00 76 00  65 00 64 00 20 00 70 00  |s.e.r.v.e.d. .p.|
00000460  61 00 72 00 74 00 69 00  74 00 69 00 6f 00 6e 00  |a.r.t.i.t.i.o.n.|
00000470  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00004400  95 c2 4a 3e 09 94 ab 41  bc 38 b5 65 80 75 ef 47  |..J>...A.8.e.u.G|
00004410  55 b6 75 ad 97 79 4d 45  41 f6 01 16 e7 0e e5 0a  |U.u..yMEA.......|
00004420  b4 6a ac f9 e8 3f b4 37  26 64 bc 4c 66 ad fa 72  |.j...?.7&d.Lf..r|
00004430  a0 0e a9 4f 5e be 06 d1  0f af 48 ab 9f 08 85 75  |...O^.....H....u|
00004440  25 e9 36 9b f7 16 5c fa  d7 43 c7 a8 53 58 2f 61  |%.6...\..C..SX/a|
00004450  b2 52 fc 21 4f 1e 21 c5  04 d3 bc 28 5f fa 62 bb  |.R.!O.!....(_.b.|
00004460  07 42 1e 7f ce 04 25 7c  6f 68 de 13 2a eb 14 d7  |.B....%|oh..*...|
00004470  b2 31 30 a4 0c 2b d9 eb  83 bf 5d a8 d8 6d 7e a4  |.10..+....]..m~.|
00004480  60 e3 e7 c5 17 83 e7 5e  d4 d8 16 09 3e 73 2f 0e  |`......^....>s/.|
00004490  eb ee 7c fe 66 3f 7b 28  15 b2 69 89 95 fa c3 66  |..|.f?{(..i....f|
000044a0  39 61 78 8d bd fa 63 e6  70 bb 56 fd b0 3d 38 f4  |9ax...c.p.V..=8.|
000044b0  e2 97 99 44 ee 20 ad 1f  2d 93 39 9e 38 cc 65 7d  |...D. ..-.9.8.e}|
000044c0  81 e9 23 6b 97 8a 9a 29  8c 98 5c 11 e6 fa 03 c3  |..#k...)..\.....|
000044d0  18 2e 0e b6 cc 49 12 79  76 5e 83 42 9f 69 52 c1  |.....I.yv^.B.iR.|
000044e0  f6 1a 05 a4 df 41 95 15  cb 3e ec b1 da ef 11 c7  |.....A...>......|
000044f0  0c 85 c2 5a 67 7c 7a 4e  eb f7 44 2c 83 c4 53 b8  |...Zg|zN..D,..S.|
00004500  81 81 45 c6 ae d6 34 f6  42 0d 4c 5d 5a fe f2 9e  |..E...4.B.L]Z...|
00004510  02 76 53 51 c5 c7 07 8c  55 4c 24 f7 cd 85 ab 6c  |.vSQ....UL$....l|
00004520  89 01 e9 fb 00 e6 51 3b  ee d7 7b b9 c0 ce 93 25  |......Q;..{....%|
00004530  ae 94 38 e3 27 cd c2 9f  cc 95 21 c9 9d df 64 f1  |..8.'.....!...d.|
00004540  60 b1 47 a9 32 ba 9e 6b  a8 4a ad c0 8b f4 83 2d  |`.G.2..k.J.....-|
00004550  ff a5 a8 27 98 7c d3 57  5b 16 31 83 59 d4 dd 29  |...'.|.W[.1.Y..)|
00004560  34 3d 5e 3f 7d aa e0 0c  50 a4 da ab 81 9f 0c 4b  |4=^?}...P......K|
00004570  ab aa af c6 ac bd 82 b5  c1 dd 4b 23 54 5e 12 84  |..........K#T^..|
00004580  44 dd ff c2 20 e8 3a ef  4c 7d 45 3e 86 5a fa e0  |D... .:.L}E>.Z..|
00004590  57 c6 ea 45 94 bd 07 ad  9e 9e 51 e8 ed 77 14 32  |W..E......Q..w.2|
000045a0  5e 49 70 c9 86 32 54 21  9d 08 cd 76 ff 80 2c aa  |^Ip..2T!...v..,.|
000045b0  45 27 e7 c3 1b 1b 00 09  4a 9d da be 7f 36 8f 8d  |E'......J....6..|
000045c0  22 8d ce 10 fd fe a2 65  08 01 84 47 43 62 88 33  |"......e...GCb.3|
000045d0  b7 6b 31 09 83 71 53 6b  50 22 4d bb 88 03 d5 9d  |.k1..qSkP"M.....|
000045e0  90 88 82 ad 4a a4 3a 0e  74 68 09 f5 2f 41 67 64  |....J.:.th../Agd|
000045f0  45 69 bf 1e 14 fc b3 c2  00 a7 3d e3 c4 4a ed c5  |Ei........=..J..|
00004600  c7 19 90 38 fc fd 2d 38  56 f6 a7 45 e1 66 5c 83  |...8..-8V..E.f\.|
00004610  95 8b 5f 1f 4a ff 64 9f  c2 80 92 13 bb 1c 80 20  |.._.J.d........ |
00004620  a0 9d 04 a7 68 1b 43 f5  7c 9c 9e c9 d3 31 8b b4  |....h.C.|....1..|
00004630  60 21 8a 3e 3b 2c 49 95  a6 52 a3 32 39 1a 49 a5  |`!.>;,I..R.29.I.|
00004640  8f 96 71 5b 13 4d 98 fb  47 5e 07 27 88 60 0b d8  |..q[.M..G^.'.`..|
00004650  7e f8 2c 71 dc 3b 96 4f  e7 8c 1c 25 4a 75 ce 6c  |~.,q.;.O...%Ju.l|
00004660  59 fb bc c2 9d e6 96 c2  62 ae 70 a5 f3 ce 01 01  |Y.......b.p.....|
00004670  45 ff 29 c7 43 9c 88 f2  14 12 3e cb 9a 52 2f 65  |E.).C.....>..R/e|
00004680  4d 48 45 01 1a fb fd 08  7e 3f 2b be 7d 8d 6a 56  |MHE.....~?+.}.jV|
00004690  9e 4c db b6 e6 bc 3f f5  eb ef 84 34 19 17 7c 0a  |.L....?....4..|.|
000046a0  c1 44 11 20 eb 88 1c 2f  40 82 b1 50 67 ae a6 60  |.D. .../@..Pg..`|
000046b0  32 80 a9 e6 ed 4e ae 38  2c 76 8e b3 18 82 00 1f  |2....N.8,v......|
000046c0  ac 8a ad fc 25 70 3c 89  d2 e2 b6 65 15 c6 25 d7  |....%p<....e..%.|
000046d0  02 a9 6d b1 a1 52 18 cf  80 5b 27 1e 53 b1 16 82  |..m..R...['.S...|
000046e0  cd 95 f1 30 05 6a 95 5f  96 f6 35 11 a2 91 65 91  |...0.j._..5...e.|
000046f0  e2 ed aa 78 aa 1d b1 56  78 6c ae 8d 50 7e b5 bd  |...x...Vxl..P~..|
00004700  76 f8 dc 18 3b 23 3e fe  97 3a 35 de bf c4 39 9f  |v...;#>..:5...9.|
00004710  f9 7e df 42 62 af 9c fa  a3 cb 4c 2b 60 5b d0 01  |.~.Bb.....L+`[..|
00004720  f2 f4 67 52 10 4f 2f 50  87 80 58 2d 02 22 4b 90  |..gR.O/P..X-."K.|
00004730  40 53 b2 22 04 fd d9 92  bb ba 70 1f 09 00 cc dc  |@S."......p.....|
00004740  7f 4b 98 11 6c 30 b2 5c  ba af 20 14 c6 77 1f f7  |.K..l0.\.. ..w..|
00004750  6b e0 ee 3e e8 c4 89 42  e6 4e 26 d0 77 73 17 07  |k..>...B.N&.ws..|
00004760  f2 70 f1 7a a8 60 00 60  af 91 9c 0d a7 06 2f 29  |.p.z.`.`....../)|
00004770  d6 ee e0 6f 75 be e9 7f  17 f0 08 08 b3 c7 70 a7  |...ou.........p.|
00004780  76 60 2a ae d9 9a 70 a0  c8 80 c7 40 55 61 e8 4a  |v`*...p....@Ua.J|
00004790  54 83 25 d7 93 8e 54 dc  c0 64 13 70 87 cc c0 f3  |T.%...T..d.p....|
000047a0  62 b9 5a cc b6 c1 a6 a0  6f 9d b5 78 84 05 2a 45  |b.Z.....o..x..*E|
000047b0  64 02 4c e1 3f 91 21 3c  8d 4b d8 1d 12 f5 d3 4b  |d.L.?.!<.K.....K|
000047c0  c9 7b 83 ff 16 5b ea 25  32 1a 28 a1 cb 8f 2d 0a  |.{...[.%2.(...-.|
000047d0  7c 2f 74 ce 9e 6f fe 02  ba 60 a1 a2 7b 87 30 45  ||/t..o...`..{.0E|
000047e0  14 86 c8 ff 4b 8d 86 b5  1b f7 a1 12 06 f1 e6 94  |....K...........|
000047f0  05 dd 96 83 dc 38 c1 78  92 72 4c 26 b0 05 28 f0  |.....8.x.rL&..(.|
00004800  1b 74 bc e9 24 f1 12 b1  2c 0c 49 fe 71 69 a1 41  |.t..$...,.I.qi.A|
00004810  f7 0e 94 91 76 44 46 03  5b a1 78 f9 0b 28 71 c9  |....vDF.[.x..(q.|
00004820  b3 84 10 96 c8 c0 ab 55  34 64 ea b1 50 6a 43 d4  |.......U4d..PjC.|
00004830  cf f0 6d 3f d4 6a 72 d8  25 77 59 73 ae 8b 38 dc  |..m?.jr.%wYs..8.|
00004840  5d f9 d6 78 e1 a1 48 3a  04 97 fa b3 35 29 94 ae  |]..x..H:....5)..|
00004850  9d 36 84 c9 72 ac 40 68  89 68 9c 75 5d f6 af ef  |.6..r.@h.h.u]...|
00004860  8f 45 45 14 81 d4 69 c0  7b 3a d3 da cf bf 22 92  |.EE...i.{:....".|
00004870  b7 09 b9 5a d6 25 05 99  d6 af 51 cd 70 29 54 80  |...Z.%....Q.p)T.|
00004880  98 5e 1a f1 9c 37 5c b2  c0 f4 eb a3 7f 73 ec b7  |.^...7\......s..|
00004890  cc f9 95 a2 e5 47 fe f7  99 ba d1 8d f1 4b 73 63  |.....G.......Ksc|
000048a0  f9 5c 3b d6 e8 6b 61 87  36 1b 15 cd c0 6d 3a f0  |.\;..ka.6....m:.|
000048b0  82 eb e9 1c e9 77 6d 56  91 28 73 2c 8f 75 c1 b9  |.....wmV.(s,.u..|
000048c0  11 37 46 3e 12 e5 b5 e1  41 f8 86 28 43 6d 2b b7  |.7F>....A..(Cm+.|
000048d0  14 3a 29 6c 69 26 a0 b3  5e f0 8f bd 02 b4 dc dd  |.:)li&..^.......|
000048e0  ff c0 3e 8a 60 0e 62 74  e5 4a 5d 65 70 68 cc 08  |..>.`.bt.J]eph..|
000048f0  5b 86 18 c8 55 60 22 85  a6 fb 3e 7f 26 4f 98 ce  |[...U`"...>.&O..|
00004900  c5 d8 9b c3 d1 c7 40 97  1e e7 b6 25 88 8b b5 9c  |......@....%....|
00004910  e5 0c bb 57 91 90 7b 68  ca f8 39 26 9d dd 4d a3  |...W..{h..9&..M.|
00004920  4a 22 46 85 62 c3 e0 c4  65 0f 64 bb d7 4e e1 e4  |J"F.b...e.d..N..|
00004930  5c 09 bc 43 7f 9c db 40  83 53 a9 c7 09 88 b9 00  |\..C...@.S......|
00004940  41 18 94 fb 21 0c 8b c4  6c 4c ae 68 25 53 96 60  |A...!...lL.h%S.`|
00004950  4a 53 3a bb 63 03 d4 a9  aa 60 2e 2f ce ea 84 45  |JS:.c....`./...E|
00004960  12 07 c2 42 5c 00 dd a7  41 8c cd 89 b0 7a 19 a5  |...B\...A....z..|
00004970  09 2b cf f8 97 bd 5a 0f  ae af 04 47 e6 4b 04 6f  |.+....Z....G.K.o|
00004980  f5 5f bd d2 1d 53 7f 26  8f 93 77 24 4e 38 93 98  |._...S.&..w$N8..|
00004990  12 b6 0c 61 51 f2 f7 63  96 86 d4 ee ce 94 89 92  |...aQ..c........|
000049a0  be 05 c7 18 29 65 b1 44  3f c2 02 e3 01 43 95 30  |....)e.D?....C.0|
000049b0  8c 96 61 2d df f9 38 fa  58 47 d0 41 bc b8 9e 16  |..a-..8.XG.A....|
000049c0  29 91 81 61 da 3f b4 c1  fa 61 09 85 3c 54 a6 72  |)..a.?...a..<T.r|
000049d0  94 95 8e d6 bb 98 61 34  16 91 15 a0 b0 e8 4b db  |......a4......K.|
000049e0  01 0a 3c 29 14 34 3d 23  bc 29 be 20 80 56 74 b7  |..<).4=#.). .Vt.|
000049f0  8b 6b 97 8f 44 a3 cb 31  8c 86 25 15 21 31 72 06  |.k..D..1..%.!1r.|
00004a00  55 85 d8 d9 c3 25 7c 41  e4 76 fe 0d 1f bc 63 5e  |U....%|A.v....c^|
00004a10  cc 07 a9 5b 16 72 16 73  86 53 e7 7f c2 e6 dc d2  |...[.r.s.S......|
00004a20  84 94 19 f1 69 98 f7 d8  f3 8a 02 30 0f ec 77 2d  |....i......0..w-|
00004a30  7e ef eb f8 82 43 63 91  1e af 78 04 73 9f f1 76  |~....Cc...x.s..v|
00004a40  a0 85 51 a5 3e e0 56 0a  00 a4 11 72 17 5c 3a 73  |..Q.>.V....r.\:s|
00004a50  d5 95 af 72 21 30 c4 40  66 7e 60 40 e0 62 f9 7f  |...r!0.@f~`@.b..|
00004a60  1b 91 f4 2c 96 42 fb cf  1a aa c2 cd 28 53 21 ba  |...,.B......(S!.|
00004a70  d6 ff 25 6a cb 9a 08 76  28 22 32 50 cf e0 af f6  |..%j...v("2P....|
00004a80  b3 ed f8 17 d0 f2 eb 2a  87 3b 3c 97 9a 18 55 7c  |.......*.;<...U||
00004a90  31 50 e3 c9 34 39 9a d9  b8 78 b6 1c 34 80 19 88  |1P..49...x..4...|
00004aa0  28 9a 1c b0 9d 73 8d c0  2d 2a b0 b4 4d 57 a1 4b  |(....s..-*..MW.K|
00004ab0  ac 90 c3 0f ed 31 03 34  1c 31 c4 fb 5b ed 56 00  |.....1.4.1..[.V.|
00004ac0  23 bd 76 f1 7d be 06 88  1e 5f 79 16 0d 34 ec 6f  |#.v.}...._y..4.o|
00004ad0  fb 48 e4 4a 84 5a fe fb  74 e1 d0 53 25 a0 ee 2a  |.H.J.Z..t..S%..*|
00004ae0  d6 a3 04 e5 e0 46 00 c3  18 0e 79 65 dd 29 95 26  |.....F....ye.).&|
00004af0  c6 87 a5 78 8b 61 65 51  33 2c 04 a5 db e6 a0 e3  |...x.aeQ3,......|
00004b00  17 b7 87 e4 b7 85 b5 d1  7b 40 41 ed 21 32 ef 82  |........{@A.!2..|
00004b10  27 82 b5 f3 14 9f 51 e4  01 72 df 5b 50 85 ab b0  |'.....Q..r.[P...|
00004b20  f7 97 05 8e 83 b7 71 02  e2 2b 7f 0a 5b cd ae 74  |......q..+..[..t|
00004b30  5c f9 15 b4 59 99 1d b1  78 00 35 e9 7b bd 71 a1  |\...Y...x.5.{.q.|
00004b40  38 69 fa 0d e1 e8 7f 32  2f 78 73 80 1c 4e ea 32  |8i.....2/xs..N.2|
00004b50  ea cb 1e 2a 54 a2 d5 37  ad 3f 34 0c 01 7f df 10  |...*T..7.?4.....|
00004b60  79 d1 0f 81 c6 6a 0b 94  bd 1e 5c e1 cf 34 48 00  |y....j....\..4H.|
00004b70  83 9b 73 c4 f8 dc 5c c6  84 cb b2 2b 16 86 05 51  |..s...\....+...Q|
00004b80  91 3f 01 8a fe a2 e1 07  d7 79 48 4e 46 ab e3 0a  |.?.......yHNF...|
00004b90  71 a4 2b e4 91 34 dd 3c  c5 1b 45 36 4b 39 39 2c  |q.+..4.<..E6K99,|
00004ba0  0f 61 a1 6a 87 c9 11 8f  84 b3 08 ca a6 63 7c 00  |.a.j.........c|.|
00004bb0  b0 88 53 67 4e b0 2f ca  ff c0 1c 11 a1 a6 4c e0  |..SgN./.......L.|
00004bc0  04 c9 2a 60 cf bb 35 02  8c 6b ec 1f 37 7c b7 a7  |..*`..5..k..7|..|
00004bd0  de 3b 1d 61 58 ee ab 0b  8c 51 63 9d 50 a2 f4 85  |.;.aX....Qc.P...|
00004be0  e5 b1 2b 4d c9 fc dc d4  5d 18 be 82 5b d2 a1 ef  |..+M....]...[...|
00004bf0  06 b2 b1 39 3e 1e 50 cc  9f 35 46 b3 b4 bf 77 90  |...9>.P..5F...w.|
00004c00  30 ae 7b 97 db fa fb 86  4b 82 58 15 2c 83 a5 4f  |0.{.....K.X.,..O|
00004c10  5c 60 bb 3e 2c 39 e2 3a  62 30 24 4e 43 1c df d1  |\`.>,9.:b0$NC...|
00004c20  5a 43 3b ae e9 d0 a0 7e  b4 62 af 9c 47 57 9d 6d  |ZC;....~.b..GW.m|
00004c30  2c 36 43 be fb 61 cc 64  e2 9b 6d d2 7c b7 8e 01  |,6C..a.d..m.|...|
00004c40  34 db 06 4c fe 64 f2 0e  99 c1 5b ea 3a 00 1f 23  |4..L.d....[.:..#|
00004c50  81 49 43 25 f5 ef ab ff  01 fc 1e 33 1d 7a 76 36  |.IC%.......3.zv6|
00004c60  a5 0f 3b 05 e7 10 bd a0  86 46 9e 66 d5 3b 7d 10  |..;......F.f.;}.|
00004c70  27 e3 1d 79 ae 1b 5a 5d  cd 53 21 be 38 8a 10 b2  |'..y..Z].S!.8...|
00004c80  4a 91 11 13 de 87 e8 59  88 5b 62 c9 ea d9 40 77  |J......Y.[b...@w|
00004c90  94 45 24 c8 3d 89 90 e8  9d 5e b4 98 01 8f 1d e4  |.E$.=....^......|
00004ca0  70 4d 39 af 11 75 7c 51  c4 5b b9 23 45 29 e0 5f  |pM9..u|Q.[.#E)._|
00004cb0  ed fb 91 5b f7 59 83 d7  21 be 5b fb dc ce ef 59  |...[.Y..!.[....Y|
00004cc0  28 65 1b b1 75 ec ec 79  3e 5c c6 17 85 00 c1 e4  |(e..u..y>\......|
00004cd0  19 5b 19 fb 79 2b 68 12  a9 f5 bb 79 41 99 31 84  |.[..y+h....yA.1.|
00004ce0  9e b8 46 0e 3c 39 3a 68  25 c0 9a 4d 2d c9 02 f7  |..F.<9:h%..M-...|
00004cf0  16 19 89 d7 34 9e e3 38  9b d0 ad 71 f2 e2 11 87  |....4..8...q....|
00004d00  6b 86 5c c3 46 d8 f3 55  74 e0 18 15 bc 24 69 52  |k.\.F..Ut....$iR|
00004d10  d4 bf a0 bf 83 85 83 14  af 81 6e c2 ac ea 8a b6  |..........n.....|
00004d20  89 91 23 d8 bd 9b 55 6b  be 6b 8f 68 3a 1c 0b 31  |..#...Uk.k.h:..1|
00004d30  a5 cc 19 c9 1f d8 1f d9  80 5c ad ca 04 32 4e 5a  |.........\...2NZ|
00004d40  00 e1 4b 1b b7 4f 9c 8e  d5 95 39 41 17 60 d3 91  |..K..O....9A.`..|
00004d50  00 43 e9 47 42 a0 78 af  38 e0 df 4c de 63 3a 47  |.C.GB.x.8..L.c:G|
00004d60  6c 7a a3 f6 bb dd b3 85  e9 b9 ec ca 30 d9 9b c4  |lz..........0...|
00004d70  e3 93 49 7c a7 c3 9d b2  ad 8a ed 65 37 b7 59 75  |..I|.......e7.Yu|
00004d80  b9 68 12 4f 1d e3 6e 7c  e4 43 8c af ba d9 81 0c  |.h.O..n|.C......|
00004d90  f7 31 5e 82 74 73 ca 39  78 55 0b e9 ff 9e 35 1a  |.1^.ts.9xU....5.|
00004da0  d9 38 0d 9f 00 05 f6 27  b7 18 b3 01 d1 0f b8 0d  |.8.....'........|
00004db0  f6 5e 20 74 0f d0 1f b0  1f de 93 52 5e d0 24 4d  |.^ t.......R^.$M|
00004dc0  10 e8 66 a9 a8 53 a1 a5  7d 3b 33 57 a7 4a b4 5a  |..f..S..};3W.J.Z|
00004dd0  0b 71 e9 a9 5d 6e e3 3b  28 41 a5 ba 64 ba 49 dc  |.q..]n.;(A..d.I.|
00004de0  f1 51 f8 8a e3 7a f3 69  92 09 d4 47 3c 2f cb 88  |.Q...z.i...G</..|
00004df0  c4 8e 11 ab fe f4 c4 e4  4a fc 50 62 28 84 bf 27  |........J.Pb(..'|
00004e00  18 70 c1 7c 31 bb 07 4c  d3 c8 19 72 ac 8d 6d 67  |.p.|1..L...r..mg|
00004e10  4b ca ff 64 3f 2f d5 a5  db 24 29 54 1a ea a4 9e  |K..d?/...$)T....|
00004e20  ce 59 b6 f2 7d bf 74 dd  41 7c 9d 9b 92 70 14 ce  |.Y..}.t.A|...p..|
00004e30  ed 25 69 7b 31 ba 23 8c  e1 23 e5 a0 c4 5b e1 06  |.%i{1.#..#...[..|
00004e40  79 46 d0 75 23 1a a2 f4  d2 90 a2 69 3b 10 5a 7c  |yF.u#......i;.Z||
00004e50  cc 0a 2e 12 e1 ce 03 cb  c5 24 e9 f4 78 27 ba 4c  |.........$..x'.L|
00004e60  a0 8a 2f 60 b3 6a b7 cf  2a 2a 09 a0 78 ac c3 6c  |../`.j..**..x..l|
00004e70  a5 0a 11 41 62 90 20 8b  d6 83 c3 3d 2c 1d 80 55  |...Ab. ....=,..U|
00004e80  2a ad f4 3e bd b8 74 20  a8 e5 0f d1 43 22 8a 03  |*..>..t ....C"..|
00004e90  2d 31 72 c7 56 22 58 a2  65 b5 1f c9 d0 d9 7d ae  |-1r.V"X.e.....}.|
00004ea0  00 82 a6 96 72 4d 94 9e  67 c7 e8 e8 b8 4f 2a dc  |....rM..g....O*.|
00004eb0  24 d1 55 01 3d 3e 16 ed  26 80 e3 32 19 b4 da 41  |$.U.=>..&..2...A|
00004ec0  a2 6e 8e dd 8d 49 1c cf  6d 1d 29 1c 82 12 82 ec  |.n...I..m.).....|
00004ed0  82 9f 4d c6 a5 c6 47 9b  ab 3c bf 61 7f 10 34 1f  |..M...G..<.a..4.|
00004ee0  ae b5 d9 f9 e6 08 a3 3a  3d 0f c2 52 f7 5b 47 46  |.......:=..R.[GF|
00004ef0  f6 63 13 a5 bf 09 5a ea  d9 cc a8 bb ec 75 81 1c  |.c....Z......u..|
00004f00  27 d4 1f 80 e9 1e e9 3a  f3 12 83 f1 77 2a 94 00  |'......:....w*..|
00004f10  69 d5 9c af dc af d7 9f  a3 3c 63 bd 19 ba a2 05  |i........<c.....|
00004f20  ef df bc 8d 25 ce 9b b9  73 8c 5a 32 a6 56 4d e9  |....%...s.Z2.VM.|
00004f30  c9 79 d3 ae cb 33 6e 70  bd 0d 4f a9 84 65 3e cb  |.y...3np..O..e>.|
00004f40  fc 38 5b db e3 a5 1a e7  62 f1 de 50 45 5a ab b8  |.8[.....b..PEZ..|
00004f50  90 d6 80 4c 92 58 8f 80  21 36 66 ff 8d 98 8b fa  |...L.X..!6f.....|
00004f60  1c 0a 90 d0 76 5b e2 4b  90 b4 dc 96 af 25 8b 91  |....v[.K.....%..|
00004f70  16 6a d9 9e d3 77 1a 2f  7c 39 f6 8a a7 29 5c fc  |.j...w./|9...)\.|
00004f80  c2 3c fb a1 bc 55 b8 a3  c6 fc 69 2b 09 bd 63 8e  |.<...U....i+..c.|
00004f90  bf 18 76 69 22 2b 6d bd  69 01 ba cd 31 19 18 1d  |..vi"+m.i...1...|
00004fa0  c3 bf cf 61 d5 e7 1f d3  29 6b 1b d1 83 4a 2d 6f  |...a....)k...J-o|
00004fb0  7e 01 ae 85 34 8f 95 31  33 de 34 ba 2e 9d fc bb  |~...4..13.4.....|
00004fc0  dd 3e 76 be f1 ba db 31  89 9d 22 1c 11 61 9f 60  |.>v....1.."..a.`|
00004fd0  1c fe 00 cf c5 36 b0 15  cd 31 23 7b 66 ce 18 41  |.....6...1#{f..A|
00004fe0  b4 bc cc a7 15 d5 fe d1  6b 47 da b3 b3 dc ba 8e  |........kG......|
00004ff0  ad c7 51 fe 61 a2 78 ea  02 98 c7 ab dd fd 04 02  |..Q.a.x.........|
00005000  11 78 13 f3 6e 25 76 56  3c 55 23 06 d9 5f bf ff  |.x..n%vV<U#.._..|
00005010  fa 03 aa 61 fd ed a2 96  89 ae 41 57 82 57 7b b5  |...a......AW.W{.|
00005020  bd 72 a5 06 65 84 d5 23  9f 4f e0 74 c8 67 61 62  |.r..e..#.O.t.gab|
00005030  ab 38 f6 1b 2f c5 03 d7  3a 36 73 0b b2 50 98 32  |.8../...:6s..P.2|
00005040  5a a6 96 ce bc e9 31 03  c1 5f d0 d1 0d 3b d2 6b  |Z.....1.._...;.k|
00005050  79 07 c5 60 07 e8 33 f5  e2 f1 15 2c 2c ba 2f 64  |y..`..3....,,./d|
00005060  a9 55 ab 3b 7a c3 b9 23  24 a4 43 82 95 a3 3e b5  |.U.;z..#$.C...>.|
00005070  68 df 1d 58 c6 77 bd 89  c2 5a be 58 f2 89 61 b1  |h..X.w...Z.X..a.|
00005080  6a bc 8a 0b 56 4c 50 5a  7c 88 a0 dd 76 06 82 10  |j...VLPZ|...v...|
00005090  e7 92 0c 17 de e9 11 2d  40 01 b1 8a 9b 28 fe e4  |.......-@....(..|
000050a0  70 90 a9 b4 db 82 ef e7  c5 9d 65 70 24 8d 14 ac  |p.........ep$...|
000050b0  19 6d 98 b1 4e 2d 47 d8  33 38 9d 07 1b 1f f2 d9  |.m..N-G.38......|
000050c0  06 4d c4 00 30 df de 8f  2a bd bd d8 c4 4a 9f 04  |.M..0...*....J..|
000050d0  a0 0c 1f 47 a8 04 1d 5b  0d cc e4 ed 4f 52 59 2a  |...G...[....ORY*|
000050e0  0d 19 81 8a 8e 22 cf b5  6f 71 b6 1e f1 5d 7e c7  |....."..oq...]~.|
000050f0  e1 b5 d4 c3 fc 9c 64 ce  64 7a 76 49 61 e3 9c 5e  |......d.dzvIa..^|
00005100  b6 f0 ff 59 21 d6 e7 af  d2 b3 a3 15 af c0 18 c1  |...Y!...........|
00005110  4b a6 a8 e9 90 76 57 46  87 a2 53 0c ed 5d 5f 35  |K....vWF..S..]_5|
00005120  29 6b ad 15 37 de 7c df  8a bf e4 2f b0 ef 4d 99  |)k..7.|..../..M.|
00005130  f9 27 31 6c 2c 3a 7b ea  5e 51 72 09 2f 5d d8 8d  |.'1l,:{.^Qr./]..|
00005140  71 6b ae 3a ed 72 df 7d  f4 d3 d9 c9 42 2d 0f 3e  |qk.:.r.}....B-.>|
00005150  11 fb 11 9c 84 94 25 83  aa 29 99 a6 99 fd d1 f1  |......%..)......|
00005160  0f a0 6c 51 0b 83 bb 51  b1 4a 98 02 6f 5e 6b 64  |..lQ...Q.J..o^kd|
00005170  68 ff 40 b6 b6 de bc f1  d1 9d 5a d2 2d b0 5a b4  |h.@.......Z.-.Z.|
00005180  bb 44 f5 bb 72 db 37 34  e0 34 4c 47 79 c1 e6 a5  |.D..r.74.4LGy...|
00005190  8f cb 32 b7 12 bb 2c 40  f9 dc 1d 28 cd 57 b8 f4  |..2...,@...(.W..|
000051a0  0d 76 6b fc 4a dd f6 a2  fb b1 e8 ad ee ec 5c 6c  |.vk.J.........\l|
000051b0  e2 2e cb 5e aa d8 fb e2  f0 bc 6d 95 07 66 94 4f  |...^......m..f.O|
000051c0  7b ff ca ff 36 bf 52 8a  7a 61 b0 e5 9d a2 74 82  |{...6.R.za....t.|
000051d0  08 3b 2f 41 ab 51 f6 1f  5d 7d ac 4b e6 59 10 4a  |.;/A.Q..]}.K.Y.J|
000051e0  83 b3 f3 bf 9f 0c 30 eb  1a 7c 1e c7 d8 de 3c fc  |......0..|....<.|
000051f0  f5 7e 2b ea 9e 16 c2 a4  ed 49 8a 02 3b c0 f4 d8  |.~+......I..;...|
00005200  fa 89 07 64 b1 72 8f 0f  a0 39 41 46 92 22 41 49  |...d.r...9AF."AI|
00005210  0d 85 cb 8a c2 a3 ea 4f  39 b9 f5 39 ae 03 c8 d2  |.......O9..9....|
00005220  74 60 55 d6 53 b0 83 e7  46 5b 97 c3 e5 83 3e e8  |t`U.S...F[....>.|
00005230  8b 53 eb ca 3f 8a 13 8f  9f d8 e1 36 d3 8f fb 2f  |.S..?......6.../|
00005240  92 38 2e bc 7d 27 e8 7d  f7 07 76 b6 8e f6 1e 28  |.8..}'.}..v....(|
00005250  05 08 c9 39 72 be 2c 2d  70 d2 f8 a8 8b 2f c8 27  |...9r.,-p..../.'|
00005260  fb c2 77 5a 58 e7 b8 0e  94 64 28 87 e5 4e ae e0  |..wZX....d(..N..|
00005270  f0 87 39 57 0e 70 99 be  59 63 a5 f0 34 80 3f 0c  |..9W.p..Yc..4.?.|
00005280  9c 31 35 13 8e 91 de 3f  06 a7 aa de 5b bc a7 e6  |.15....?....[...|
00005290  42 30 97 26 15 7f 2b 47  ac 58 e5 4a 81 69 ae 05  |B0.&..+G.X.J.i..|
000052a0  a3 78 65 14 b9 9e 4d 71  e7 15 21 31 6e dc 41 58  |.xe...Mq..!1n.AX|
000052b0  59 48 db c1 0f 51 70 02  b1 23 4b 9b 66 30 6c a9  |YH...Qp..#K.f0l.|
000052c0  27 9b d9 84 d1 01 14 33  b8 97 63 4a c5 07 39 99  |'......3..cJ..9.|
000052d0  5b fe 7f 85 58 8c a4 20  b4 82 b6 65 11 42 db f4  |[...X.. ...e.B..|
000052e0  e2 0a 24 cc 38 d3 03 75  60 20 95 86 e5 3a d8 a4  |..$.8..u` ...:..|
000052f0  8f b3 2c 83 af 70 79 89  ee 62 37 ce d4 07 30 f4  |..,..py..b7...0.|
00005300  59 cd c4 3b 36 ff 2c 1b  3a 80 8f b9 9e 83 5a 63  |Y..;6.,.:.....Zc|
00005310  7c 1d e5 e3 1b d3 ad 75  88 af 3c 0f 58 34 13 a7  ||......u..<.X4..|
00005320  27 dc 2e c3 27 ba 5e 3f  2f 55 a1 3d 19 7e 7d 14  |'...'.^?/U.=.~}.|
00005330  8f 53 fb 8a a7 bc 5f 54  8b 20 bd fc 0e 9a 42 4f  |.S...._T. ....BO|
00005340  48 41 93 e7 e6 a8 01 9f  3b c8 e4 86 73 82 cd 67  |HA......;...s..g|
00005350  14 c0 3a 0a af e9 77 e3  ef 27 fb 30 a0 b4 5f dd  |..:...w..'.0.._.|
00005360  94 89 39 14 3c 9e da da  e8 b3 fc 18 f9 98 9a a9  |..9.<...........|
00005370  d9 be 12 9d 8c 96 0c eb  1d c2 24 22 24 22 b6 f3  |..........$"$"..|
00005380  2c 70 3b d7 fa 81 fb 32  ec 1d ba 52 33 c9 e9 a8  |,p;....2...R3...|
00005390  65 01 ce 7e 40 8a 8e 07  39 12 d3 31 9e 02 20 93  |e..~@...9..1.. .|
000053a0  97 82 ca d9 f3 ea 19 c6  5e 61 68 c9 7a e4 11 f0  |........^ah.z...|
000053b0  b4 38 b9 16 3c 25 b6 45  de c2 8a e1 94 32 15 b3  |.8..<%.E.....2..|
000053c0  c8 e6 43 f6 0c 22 7a 61  b8 fd 20 a4 d9 7d a2 b5  |..C.."za.. ..}..|
000053d0  e9 1a fd cc 4b 1b c6 3f  03 80 3a e6 a1 d9 cd 63  |....K..?..:....c|
000053e0  35 44 d3 2d 71 1f 66 09  df 5a 8c 0f 41 3d e7 8b  |5D.-q.f..Z..A=..|
000053f0  45 4e 1c 6a ec 45 11 02  35 27 c2 cb eb ff c2 57  |EN.j.E..5'.....W|
00005400  4e c8 d3 1e 37 61 a7 7e  39 02 ee 43 b0 0d c4 77  |N...7a.~9..C...w|
00005410  5b 86 8c 75 74 03 d7 1b  58 f7 c3 70 0f 7b ba 17  |[..ut...X..p.{..|
00005420  07 79 c1 53 c7 61 4a d9  6d ba 73 1a d5 6e 75 f6  |.y.S.aJ.m.s..nu.|
00005430  67 8a 13 87 85 bc 2d f1  f5 12 bd a2 67 cb b5 52  |g.....-.....g..R|
00005440  c6 b7 1f aa 65 11 39 a0  78 d4 2e ea 19 23 4f 6a  |....e.9.x....#Oj|
00005450  8e 9e 61 bf 6b 1b 0b b0  59 73 8a fd bd 12 d9 fd  |..a.k...Ys......|
00005460  55 96 26 e8 27 d0 61 72  07 72 17 7c 4e 07 1d fa  |U.&.'.ar.r.|N...|
00005470  44 22 fc 90 e2 5c 46 78  c6 ab 50 5a cf f2 c0 e0  |D"...\Fx..PZ....|
00005480  ed a1 71 d1 1f 76 6a 5e  19 16 87 73 38 f4 8d 74  |..q..vj^...s8..t|
00005490  fd 0c 84 37 b9 77 2f ca  60 e8 32 8e 1b b8 b0 06  |...7.w/.`.2.....|
000054a0  cd 72 23 06 98 ef 76 b4  de 48 b9 b4 f7 5d 88 f8  |.r#...v..H...]..|
000054b0  a0 2a 1b 5e b6 5f 61 c1  2e 0b 6d 1e 33 70 5d 86  |.*.^._a...m.3p].|
000054c0  78 07 f6 cf 6d 02 c1 1f  ed b5 cf e1 52 1b 11 b7  |x...m.......R...|
000054d0  90 0c da 62 82 f5 c9 44  d3 46 f8 48 9a e7 12 68  |...b...D.F.H...h|
000054e0  d0 81 ea 23 5b d8 43 61  dc b1 c7 5c 92 f5 c8 15  |...#[.Ca...\....|
000054f0  98 51 ed a5 f8 0d 13 69  dd ba e5 ca 92 d3 29 c5  |.Q.....i......).|
00005500  64 1a b6 31 5a 2d 52 8d  29 9d c8 1e 66 88 0a 82  |d..1Z-R.)...f...|
00005510  79 6f 4e 65 88 2e 53 fd  8f ea 0d 05 20 96 c4 d8  |yoNe..S..... ...|
00005520  d4 88 6a 13 1d cb 0f e9  c7 ce b4 95 fd 52 25 8e  |..j..........R%.|
00005530  89 02 1c 09 a0 20 ab 88  83 ab 14 55 2e 2a 38 87  |..... .....U.*8.|
00005540  55 90 3b a7 18 56 1c 75  67 81 4f 14 69 87 de 4c  |U.;..V.ug.O.i..L|
00005550  b0 ac ca 7e 8b 68 bc f4  36 0d af e3 b8 6c 92 5c  |...~.h..6....l.\|
00005560  5b 63 f5 5b b7 e5 f4 ad  f4 f3 24 56 84 2c 72 b6  |[c.[......$V.,r.|
00005570  34 03 f7 00 85 93 2a 03  34 58 c0 8c 6c 3d a5 30  |4.....*.4X..l=.0|
00005580  95 77 69 74 aa 21 ba c1  97 27 9b 64 86 89 d0 38  |.wit.!...'.d...8|
00005590  56 9b 1a 40 d4 19 55 30  09 a4 e4 73 df 0f de 64  |V..@..U0...s...d|
000055a0  87 ff 3f 24 3b 20 77 07  c7 70 ba 2d c6 40 66 26  |..?$; w..p.-.@f&|
000055b0  10 99 8d 64 f9 fa 84 0d  24 9b 7a e5 dc 54 db ed  |...d....$.z..T..|
000055c0  35 f6 4a 7f 57 67 80 3e  41 52 95 84 3b b7 4e 5e  |5.J.Wg.>AR..;.N^|
000055d0  cb 2b 98 b6 71 20 4d bb  90 29 1e f3 9d cb 42 a1  |.+..q M..)....B.|
000055e0  61 dc 27 af b4 aa bb ce  22 4d 04 86 41 51 63 e6  |a.'....."M..AQc.|
000055f0  9a d1 db ac f8 c1 0c 39  6d 40 41 4c 6d 5b 32 19  |.......9m@ALm[2.|
00005600  00 5a b4 a7 b1 65 08 81  d0 0d 3d b0 58 bf b6 e8  |.Z...e....=.X...|
00005610  4f a2 73 78 8c 4b 26 58  a1 78 be a0 6c 63 7b e4  |O.sx.K&X.x..lc{.|
00005620  6c 2e 9c bf 13 14 e2 ef  fb 7d 9d 78 22 f4 58 f5  |l........}.x".X.|
00005630  38 6c 55 85 70 7b 5d 7a  31 97 20 81 00 b7 f1 d7  |8lU.p{]z1. .....|
00005640  03 20 4f 82 16 27 29 51  b0 7b 01 a5 ce 86 13 1f  |. O..')Q.{......|
00005650  78 af 15 89 9c 79 49 be  a8 6b a0 49 48 fd b3 96  |x....yI..k.IH...|
00005660  45 6b 24 53 1a 4d 3d f2  22 db 46 6e b6 37 eb bb  |Ek$S.M=.".Fn.7..|
00005670  52 11 95 ae 19 6b c6 7b  f5 09 8c cd a8 b5 7f ad  |R....k.{........|
00005680  ac f5 db a8 4b 5f 78 00  53 9a 52 46 6a c7 98 01  |....K_x.S.RFj...|
00005690  81 4e 13 dc f7 0d 7f 40  31 bf 5a d9 a8 1b 6f a3  |.N.....@1.Z...o.|
000056a0  c9 1f 77 5a 50 2a 61 01  bb de 00 23 dd 68 88 9d  |..wZP*a....#.h..|
000056b0  fd 8e ee 65 e5 01 71 46  a8 3e da de c7 02 4d ff  |...e..qF.>....M.|
000056c0  9d 3f b2 f0 31 ba c5 bd  0b 9c de 6b ec 73 b1 1f  |.?..1......k.s..|
000056d0  0e 2f df a3 5c e2 b9 b2  46 27 dd 97 c6 11 68 7f  |./..\...F'....h.|
000056e0  94 53 26 2e 30 0f b1 7b  fa 92 97 93 70 b6 97 0e  |.S&.0..{....p...|
000056f0  4c 27 98 e0 f5 cf 5e 96  01 7c cc bb f9 f1 58 78  |L'....^..|....Xx|
00005700  9f c6 80 aa 2f f1 86 0b  ea 9a 9d 80 15 09 63 e4  |..../.........c.|
00005710  8a c3 30 ce 19 67 ef b4  00 d7 58 da 4e 21 6e 3b  |..0..g....X.N!n;|
00005720  61 d6 76 dd c9 a3 59 48  79 8c 2a bf 51 76 a6 d3  |a.v...YHy.*.Qv..|
00005730  d1 34 a6 ee ba a1 29 a7  04 69 4e 20 40 94 76 70  |.4....)..iN @.vp|
00005740  b9 37 88 12 7c 11 5e 92  9d ea ea e8 07 30 83 28  |.7..|.^......0.(|
00005750  36 2b 1e 31 a5 4f d8 fc  ab 5f ce 52 9f db 96 fb  |6+.1.O..._.R....|
00005760  40 4f 4a e1 cd f4 b6 53  41 88 08 3c 35 6c 45 55  |@OJ....SA..<5lEU|
00005770  1f fa e3 1c 93 91 f9 c3  df cb dd f9 6e 8e 3f e8  |............n.?.|
00005780  40 23 44 03 2c a3 83 dc  0f 32 8d 11 5d 2b 6c 15  |@#D.,....2..]+l.|
00005790  98 1e 3b 3b 55 3e a1 08  f9 23 cf 7b 43 ad 05 bd  |..;;U>...#.{C...|
000057a0  01 dd 40 c1 a7 3e 4f ba  88 06 d4 8d 59 05 c0 67  |..@..>O.....Y..g|
000057b0  6a de 70 db 3b 8e f2 6e  0e f3 6c 01 a9 d0 0e 32  |j.p.;..n..l....2|
000057c0  f3 d8 86 23 fa e1 c7 18  db a0 a7 32 a2 fc 60 76  |...#.......2..`v|
000057d0  37 a4 23 61 d9 31 28 3f  96 1d d6 36 c9 26 14 b2  |7.#a.1(?...6.&..|
000057e0  a1 70 45 ce 24 62 26 7f  04 a2 5d 44 1e da 75 82  |.pE.$b&...]D..u.|
000057f0  6f da 15 ee 2b ac 49 a4  58 7b 78 07 10 d2 00 39  |o...+.I.X{x....9|
00005800  8f 38 85 bd 35 78 3f ca  46 b4 5d 4c e0 58 61 87  |.8..5x?.F.]L.Xa.|
00005810  af 64 a0 70 4f cf ed 0c  73 f4 ec 3f 13 38 4f a4  |.d.pO...s..?.8O.|
00005820  81 9f 83 e6 21 87 dd ba  2f 6f c0 1c 90 ed 96 e4  |....!.../o......|
00005830  ff 98 09 d6 f2 ed 6f ce  d5 3f 94 e7 93 33 6f 6a  |......o..?...3oj|
00005840  bb 5a e0 e3 9e 9d 2e 2d  db 40 74 a8 52 d4 bd f6  |.Z.....-.@t.R...|
00005850  51 ba 7b 49 39 50 b0 06  73 b8 13 5c 51 e6 1e 6c  |Q.{I9P..s..\Q..l|
00005860  67 95 7e 1a 96 8f c5 fb  cd 9a 96 12 04 d4 55 5a  |g.~...........UZ|
00005870  80 7e 9b 43 e7 a8 4f 96  b4 45 a1 cd 2e 74 7d b8  |.~.C..O..E...t}.|
00005880  0a 50 3a f8 9b 5e 03 82  15 93 6f 27 49 9b 7b ce  |.P:..^....o'I.{.|
00005890  47 21 02 d6 86 db 9d 1c  8e f6 6a 6d 69 b1 ae 66  |G!........jmi..f|
000058a0  14 e6 73 fc b6 12 a2 4c  1c 42 20 69 54 68 d3 7d  |..s....L.B iTh.}|
000058b0  ba 24 3b 58 65 2e dd e0  c2 94 5d 0a bc e4 bc e0  |.$;Xe.....].....|
000058c0  b1 61 7f 26 67 c8 e2 03  3e 04 0f 08 14 0e a3 60  |.a.&g...>......`|
000058d0  12 eb d3 ed ba 6f 82 7f  df 75 be 38 b1 1e 03 8d  |.....o...u.8....|
000058e0  f7 b2 d4 6a 2c 38 a5 6d  6b 8a d5 1e f6 3d 89 e0  |...j,8.mk....=..|
000058f0  49 d1 51 62 2e 45 ca 67  39 82 27 da d8 f0 eb c4  |I.Qb.E.g9.'.....|
00005900  33 30 a2 38 0b 07 7e f1  fd d8 95 8d b9 f7 98 f4  |30.8..~.........|
00005910  90 57 3e 36 65 90 69 a5  a4 43 85 bd 8f d9 74 fd  |.W>6e.i..C....t.|
00005920  64 55 76 eb d4 f4 ac de  63 be 6c a0 fe fc 95 0b  |dUv.....c.l.....|
00005930  5b cb 71 35 ab 9f c3 89  2d 96 91 28 c0 8e da 19  |[.q5....-..(....|
00005940  06 dd b4 50 ce 33 f2 32  27 81 65 6c 7f 12 cf 9c  |...P.3.2'.el....|
00005950  13 70 3b 49 40 59 f1 1c  28 94 4d 87 8e 57 dd b6  |.p;I@Y..(.M..W..|
00005960  08 31 40 05 5f c8 ca 99  c4 65 71 2c 94 3c bb c1  |.1@._....eq,.<..|
00005970  fb 08 d1 09 6e a3 97 e1  87 45 b8 ed d8 58 ba 0b  |....n....E...X..|
00005980  9c 59 0b 36 36 11 07 8d  3f f2 40 81 29 08 9a 05  |.Y.66...?.@.)...|
00005990  8e da f5 64 f6 e5 05 11  7c 11 d1 b3 a8 3b df 21  |...d....|....;.!|
000059a0  51 b9 a1 7d bd 7f 25 52  d1 20 72 d4 93 1a 59 86  |Q..}..%R. r...Y.|
000059b0  5a 12 9c 71 27 11 77 d0  21 aa 96 a9 a7 3d 0f 9c  |Z..q'.w.!....=..|
000059c0  76 b7 84 21 83 8d af de  c3 99 01 49 f1 d1 19 83  |v..!.......I....|
000059d0  84 68 28 1d fa ef 16 68  35 e8 09 1b 5b 80 ac 5f  |.h(....h5...[.._|
000059e0  08 b5 01 97 e7 25 fb 12  23 cd 07 1a 3c 4b 75 1e  |.....%..#...<Ku.|
000059f0  f3 f2 c5 59 06 1a 62 27  7f e8 aa 4e 19 34 bb 6f  |...Y..b'...N.4.o|
00005a00  5b c5 19 17 19 3f b3 5b  ed 60 5e b2 52 ce 11 4a  |[....?.[.`^.R..J|
00005a10  27 9a 76 4c fa 74 43 64  c6 e3 17 68 b8 b8 71 49  |'.vL.tCd...h..qI|
00005a20  1a a1 82 67 bd 3d 08 d0  6f 16 97 e1 36 38 dd 40  |...g.=..o...68.@|
00005a30  f6 6c c7 9e 62 2c 1c 5d  87 49 6d 4f 1c 67 f1 c4  |.l..b,.].ImO.g..|
00005a40  16 ed e9 d5 76 4d ef e1  e0 9e 4f 65 e6 27 62 dc  |....vM....Oe.'b.|
00005a50  48 a2 57 10 79 9b 07 6a  e8 87 3b c4 a9 76 6e 77  |H.W.y..j..;..vnw|
00005a60  24 1a 11 3b a9 b8 f8 c3  25 c9 d9 72 18 02 f1 0d  |$..;....%..r....|
00005a70  ee 3f 89 7e 0c 8f 70 30  c6 61 97 46 08 62 36 51  |.?.~..p0.a.F.b6Q|
00005a80  63 c3 b3 8e 68 ed 11 63  1e 8f ee e7 ac 38 15 e0  |c...h..c.....8..|
00005a90  75 eb 1f bb 55 86 d7 3a  83 ab 5b f5 91 b8 26 27  |u...U..:..[...&'|
00005aa0  f9 36 52 78 6d 05 34 26  4b 33 2d 96 45 00 9f e2  |.6Rxm.4&K3-.E...|
00005ab0  ff 70 5f 87 cd 27 6f 4a  fa 30 ec fd 3a ce 9e 0e  |.p_..'oJ.0..:...|
00005ac0  97 91 f4 2a d7 c8 7c 4f  aa 6f 93 20 be 92 81 8d  |...*..|O.o. ....|
00005ad0  b0 fe 94 fb 06 d4 8e 80  7a 17 26 de 49 b6 88 3e  |........z.&.I..>|
00005ae0  66 77 95 ef b2 a0 40 73  ff 5e 42 c2 e2 63 29 1b  |fw....@s.^B..c).|
00005af0  9a 22 d8 a5 79 b5 4f 93  f4 38 e7 ca d0 21 dc b4  |."..y.O..8...!..|
00005b00  0d 08 e5 75 ed d2 25 2e  6b 0b 65 26 53 6a 68 8e  |...u..%.k.e&Sjh.|
00005b10  64 5b b7 ec 1b 88 ba cc  bf ce b6 8f 81 90 9e 9d  |d[..............|
00005b20  62 d2 d7 c3 e3 00 ec e4  d2 dc 46 1b 34 16 03 60  |b.........F.4..`|
00005b30  30 0f 5f c6 c8 5c b9 c8  4b d3 7d 77 c7 14 ee 26  |0._..\..K.}w...&|
00005b40  6b 0e 16 a2 62 c2 ac a9  21 42 dd 6c 88 a7 bb 18  |k...b...!B.l....|
00005b50  00 b6 47 e3 53 54 de 0c  5e 47 ce 23 66 24 9f d1  |..G.ST..^G.#f$..|
00005b60  c8 46 7f 69 c4 09 1e 2c  64 c5 5d d2 e1 a3 2c 3b  |.F.i...,d.]...,;|
00005b70  9e 3a 2c 0f 97 4b 37 f4  45 f4 fb af 46 63 97 6c  |.:,..K7.E...Fc.l|
00005b80  6f 85 6f 5e 97 92 37 26  4a 0c af 04 ec 96 f8 80  |o.o^..7&J.......|
00005b90  3b 3f 8d 5f b2 38 a2 7c  34 83 b1 99 e0 f7 17 03  |;?._.8.|4.......|
00005ba0  aa bb d2 aa a0 5a df e5  7a d3 48 02 66 d3 b0 7a  |.....Z..z.H.f..z|
00005bb0  f4 cb db 40 1a 3b f5 a3  91 a2 5f 32 2f 3c 01 2a  |...@.;...._2/<.*|
00005bc0  11 d0 50 d6 b8 e3 b6 a0  e2 2b 72 75 ec b2 d5 4b  |..P......+ru...K|
00005bd0  f1 5e cc f3 23 80 b2 e4  aa 5d 45 56 b8 1d bc 97  |.^..#....]EV....|
00005be0  94 e4 16 53 f6 1c fc 9a  12 f2 60 c8 58 a5 35 6a  |...S......`.X.5j|
00005bf0  73 7f f8 42 c7 d8 68 49  ee 8e 5a ba 19 9c f9 ec  |s..B..hI..Z.....|
00005c00  cc e9 5d 83 25 4a fc 08  b4 9b 92 3b 09 5e c6 96  |..].%J.....;.^..|
00005c10  58 99 79 a4 0a 94 8c 2c  89 1b 57 33 66 b3 44 ef  |X.y....,..W3f.D.|
00005c20  3f f6 a1 9b c7 55 e4 4f  f6 bf 92 85 75 9a 42 d5  |?....U.O....u.B.|
00005c30  58 10 f6 36 a9 13 9f c5  ee eb 70 ef 3c 16 65 b8  |X..6......p.<.e.|
00005c40  0d 62 67 f5 8c 1f 7e aa  38 9d 31 70 a1 ff 4a 11  |.bg...~.8.1p..J.|
00005c50  59 ab 45 99 45 43 bf 4f  cf ec ae fd 49 54 e0 45  |Y.E.EC.O....IT.E|
00005c60  51 b2 ca d7 2a 48 a8 e3  7c 24 eb f5 63 80 18 63  |Q...*H..|$..c..c|
00005c70  c9 37 1d 46 9d 3f 5b 4e  f2 f4 da 80 6b 54 00 2d  |.7.F.?[N....kT.-|
00005c80  58 fd 83 0d 5c ce 84 1d  02 27 b2 10 46 9a f7 16  |X...\....'..F...|
00005c90  55 c9 0e b1 fd c2 b8 59  d8 30 fb e6 b9 d7 53 c0  |U......Y.0....S.|
00005ca0  c0 da dd be 6f b5 f6 cb  48 de df 5a 0a d4 f5 62  |....o...H..Z...b|
00005cb0  82 ce 01 59 d7 e0 ca d9  15 cb a8 eb 1b c4 e6 6c  |...Y...........l|
00005cc0  a1 86 04 ae 37 29 17 87  a6 c9 04 c9 30 e4 e3 c5  |....7)......0...|
00005cd0  d8 dd 3a c9 fc e6 31 c4  1b 21 92 3a 7c 6f f7 3a  |..:...1..!.:|o.:|
00005ce0  bc 34 d5 9a 6c e9 31 2b  ec c0 d5 88 ae dd 32 e9  |.4..l.1+......2.|
00005cf0  99 08 0c e9 85 3f ab af  74 5d e7 ac a8 4c fc 9d  |.....?..t]...L..|
00005d00  94 d5 f8 45 0f 3e e0 ed  2b 04 d8 4c 92 91 27 22  |...E.>..+..L..'"|
00005d10  5d b2 60 77 64 ab 56 80  f6 bf 49 c7 86 01 e2 bd  |].`wd.V...I.....|
00005d20  a0 ff 6d f0 6d 74 59 23  23 f4 2c 12 36 19 46 b8  |..m.mtY##.,.6.F.|
00005d30  57 95 62 75 bd da 36 a7  e6 48 1d e1 fa 33 e9 07  |W.bu..6..H...3..|
00005d40  af c5 24 8b 20 c0 8f db  08 40 24 2f e9 09 d1 36  |..$. ....@$/...6|
00005d50  ad 0b 05 17 f6 6a 30 ce  48 c9 71 e3 ec b8 c9 2f  |.....j0.H.q..../|
Here is a more realizstic view by adding -v option to hexdump command, which is used for unhiding repeat lines. https://pastebin.com/1yGSM41E
(because NONE of you knew that! lol :P)

(thanks so much to any who have spent time on this thread)

I am up bumping the reward to 10 bitcoins for whoever can get me back into my drive successfully.
... and if not... MY CAT! is literally the one to blame for 300+ BTC lost in in space forever. OH, I feel like throwing up...

recuperation
Posts: 2720
Joined: 04 Jan 2019, 09:48
Location: Hannover, Deutschland (Germany, Allemagne)

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#8 Post by recuperation »

With so much potential value at stake I don't understand why you do not contact a professional recovery company.
The combination of your multi-coloured posts with your reward and your cat offers does not seem very credible.

BoomGoesTheHD
Posts: 8
Joined: 13 Feb 2020, 17:35

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#9 Post by BoomGoesTheHD »

cgrenier wrote: 14 Feb 2020, 07:05 There was no partition table.

LUKS header: If the header of a LUKS volume gets damaged, all data is permanently lost unless you have a header-backup. If a key-slot is damaged, it can only be restored from a
header-backup or if another active key-slot with known passphrase is undamaged.

So do you have a header backup taken before the problem ? (cryptsetup luksHeaderBackup <device> --header-backup-file <file>)
Dear cgrenier, sorry for the childish nonsense in the previous posts. I wanted to ask you, is there ANYTHING, ANY HOPE WHATSOEVER in getting back into this drive ???

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: [HELP] Encrypted LUKS Disk + Pet Cat + Windows 10 + Initialize Disk Button = Uh oh.

#10 Post by cgrenier »

Sorry but as you don't have a header-backup, all data is permanently lost.

Locked