Unknown excel password encoding
#11
Given this string:
Code:
$office$*2007*20*128*16*bd72fadd630f6706d2265bb2670744d8*ffd55bec1246280becc69478087b5e45*19871af11d8ff42d730128763a13229cf67ee6e8

The following parts are all hex values:
Code:
bd72fadd630f6706d2265bb2670744d8
ffd55bec1246280becc69478087b5e45
19871af11d8ff42d730128763a13229cf67ee6e8

If you take a look at the file in a hex editor, you can do a search for these values. If you do, you can get their extended (ANSI) ASCII representations, like so:
Code:
½rúÝcgÒ&[²gDØ
ÿÕ[ìF( ìÆ”x{^E
‡ñô-s(v:"œö~æè

If you go beyond the "e6e8", the next 64 bytes look something like this:
Code:
AF E9 FC 3D 24 C6 36 8C 5C DD 13 C2 00 00 00 00 00 00 00 00 3C 00 00 00 4D 00 69 00 63 00 72 00 6F 00 73 00 6F 00 66 00 74 00 2E 00 43 00 6F 00 6E 00 74 00 61 00 69 00 6E 00 65 00 72 00 2E 00 44 00 61 00 74 00 61 00 53 00 70 00 61 00 63 00 65 00 73 00 01 00 00 00 01 00 00 00 01 00

And in ASCII this is:
Code:
¯éü=$Æ6Œ\ÝÂ��������<���M�i�c�r�o�s�o�f�t�.�C�o�n�t�a�i�n�e�r�.�D�a�t�a�S�p�a�c�e�s��������

Notice the ê at the beginning of the string. Null characters are replaced with � in this string. Does this look familiar?

I found this Excel message very funny.

Quote:Caution: If you lose or forget the password, it cannot be recovered. It is advisable to keep a list of passwords and their corresponding workbook and sheet names in a safe place.

The password you supplied is not correct. Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.

Cannot be recovered? Keep a list of password and their corresponding workbook? That place is called Post-It on the left corner of your monitor. It's like keeping the PIN for your bank account inside your wallet.
Reply


Messages In This Thread
Unknown excel password encoding - by andy_larkin - 12-20-2021, 01:28 AM
RE: Unknown excel password encoding - by Snoopy - 12-20-2021, 03:33 PM
RE: Unknown excel password encoding - by meow - 12-21-2021, 02:24 AM
RE: Unknown excel password encoding - by nick8606 - 12-21-2021, 04:25 AM
RE: Unknown excel password encoding - by meow - 12-21-2021, 10:13 PM
RE: Unknown excel password encoding - by meow - 12-22-2021, 01:16 PM
RE: Unknown excel password encoding - by meow - 12-22-2021, 04:27 PM
RE: Unknown excel password encoding - by meow - 12-22-2021, 04:40 PM
RE: Unknown excel password encoding - by meow - 12-22-2021, 05:12 PM
Unknown excel password - by hetcat - 04-13-2022, 09:48 AM