Digimon Encounters PNG: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == PNG == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specific...") |
imported>Ikskoks |
||
| Line 25: | Line 25: | ||
* PNG files are encrypted with '''XXTEA algorithm'''. | * PNG files are encrypted with '''XXTEA algorithm'''. | ||
=== Example Decryption === | |||
=== Games === | === Games === | ||
Revision as of 08:42, 23 April 2021
Back to index | Edit this page
PNG
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// Digimon Encounters // PNG file format 2 bytes (char) - signature // "XT" x bytes - encrypted data // it is standard PNG file after decryption
MultiEx BMS Script
Not written yet.
Notes and Comments
- PNG files are encrypted with XXTEA algorithm.
Example Decryption
Games
List of games using this file format:
- Digimon Encounters
Compatible Programs
- https://github.com/boseji/xxtea-lib xxtea-lib]