User:Remark/Flipbook XOR Pad: Difference between revisions
Jump to navigation
Jump to search
New page: 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): ... |
nintendo fail. |
||
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: XX XX XX XX XX XX XX | 00: XX XX XX XX XX XX XX 37 6E 11 40 BC A0 AB 8E | ||
10: | 10: B0 CD EB 9B A3 DD 28 8A 87 XX XX XX XX XX XX | ||
20: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX | 20: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX | ||
30: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX | 30: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX |
Revision as of 22:26, 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: XX XX XX XX XX XX XX 37 6E 11 40 BC A0 AB 8E 10: B0 CD EB 9B A3 DD 28 8A 87 XX XX XX XX XX XX 20: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX 30: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX