Difference between revisions of "Flipbook XOR Pad"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
Here's the XOR pad used for the *.lst file (hexadecimal): | Here's the XOR pad used for the *.lst file (hexadecimal): | ||
− | 00: | + | 00: 00 00 00 00 00 00 A6 37 6E 11 38 CF A0 DD 85 C0 |
− | 10: C7 9B C4 D8 DD 28 8A 87 53 20 EE E0 0B | + | 10: C7 9B C4 D8 DD 28 8A 87 53 20 EE E0 0B 00 00 00 |
− | 20: | + | 20: 00 00 00 75 36 37 EB 35 6A 34 7F B5 0F 99 F7 EF |
− | 30: 43 25 CE A0 29 | + | 30: 43 25 CE A0 29 46 D9 D4 4D BB 00 00 00 00 00 00 |
+ | 40: F7 4C 6A 3A FB 82 A6 37 6E 11 38 CF A0 DD 85 C0 | ||
+ | 50: C7 9B C4 D8 DD 28 8A 00 00 00 00 00 00 EB 43 A0 | ||
+ | 60: DB 55 0F 75 36 37 EB 35 6A 34 7F B5 0F 99 F7 EF | ||
+ | 70: 43 25 CE A0 00 00 00 |
Revision as of 23:14, 15 August 2009
Since the encryption used is AES-128-CTR, there's a static XOR pad (generated from the key) applied when encrypting/decrypting. Here's the XOR pad used for the *.lst file (hexadecimal):
00: 00 00 00 00 00 00 A6 37 6E 11 38 CF A0 DD 85 C0 10: C7 9B C4 D8 DD 28 8A 87 53 20 EE E0 0B 00 00 00 20: 00 00 00 75 36 37 EB 35 6A 34 7F B5 0F 99 F7 EF 30: 43 25 CE A0 29 46 D9 D4 4D BB 00 00 00 00 00 00 40: F7 4C 6A 3A FB 82 A6 37 6E 11 38 CF A0 DD 85 C0 50: C7 9B C4 D8 DD 28 8A 00 00 00 00 00 00 EB 43 A0 60: DB 55 0F 75 36 37 EB 35 6A 34 7F B5 0F 99 F7 EF 70: 43 25 CE A0 00 00 00