More actions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
==User guide== | ==User guide== | ||
Command: | |||
3DSaveTool [-x|-f] in.bin out.bin key.bin | |||
x: Decrypt/encrypt a savefile | |||
f: Find XOR key | |||
Example usage: | |||
3DSaveTool -x savefile.bin [decrypted.bin|encrypted.bin] key.bin3DSaveTool -f savefile.bin key.bin | |||
==Changelog== | ==Changelog== |
Revision as of 00:10, 8 February 2022
3DSavetool | |
---|---|
File:3dsavetoolcre2.png | |
General | |
Author | crediar |
Type | PC Utilities |
Version | 0.2b |
License | Mixed |
Last Updated | 2011/04/06 |
Links | |
Download | |
Website | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
3DSaveTool can be used to find the XOR key used for encryption and use it to encrypt/decrypt EEPROM savefiles of 3DS games.
User guide
Command:
3DSaveTool [-x|-f] in.bin out.bin key.bin x: Decrypt/encrypt a savefile f: Find XOR key
Example usage:
3DSaveTool -x savefile.bin [decrypted.bin|encrypted.bin] key.bin3DSaveTool -f savefile.bin key.bin
Changelog
v0.2b
- Fixed a bug in the 0xFF block detection.
v0.2
- De/encrypting now starts at 0x1000.
- Fixed a few new line errors in the usage info.
- When de/encrypting only 512byte blocks of 0xFF are skipped now.
- Fixed a bug which would not de/encrypt the last 0x2000 bytes.
External links
- Author's website - http://crediar.no-ip.com