User:Remark/Flipbook XOR Pad

From DSiBrew
< User:Remark
Revision as of 21:57, 15 August 2009 by Remark (talk | contribs) (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): ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 XX XX XX XX XX XX XX XX
 10: XX XX XX B7 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